Html Css Color HEX #64D842 Apple

📋 copy color: '#64D842'

red 100 ◦ green 216 ◦ blue 66

#64D842
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64D842

Tints of Apple #64D842

RGB

 RED value IS 100 (39.45% from 255) = 26.18%

 GREEN value IS 216 (84.77% from 255) = 56.54%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 26.18%
G = 56.54%
B = 17.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#64D842 (or 0x64D842) is known color: Apple. HEX triplet: 64, D8 and 42. RGB value is (100,216,66). Sum of RGB (Red+Green+Blue) = 100+216+66=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #64D842 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D842 is #9B27BD. Grayscale: #A4A4A4. Windows color (decimal): -10168254 or 4380772. OLE color: 4380772.

HSL color Cylindrical-coordinate representation of color #64D842: hue angle of 106.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64D842 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 66 -
CMYK 0.54 0 0.69 0.15
HSL 106.4º 0.66% 0.55% -
HSV(B) 106.4º 0.69% 0.85% -
XYZ 30.79 52.21 13.61 -
YUV 164.22 72.57 82.2 -
System Red Green Blue C M Y K H S L
Decimal 100 216 66 0.54 0 0.69 0.15 106.4 0.66 0.55
Hex 64 D8 42 36 0 45 F 6A 42 37
Octal 144 330 102 66 0 105 17 152 102 67
Binary 1100100 11011000 1000010 110110 0 1000101 1111 1101010 1000010 110111

Color Harmonies of #64D842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D842

Black with #64D842

Text Example


Text Example

White with #64D842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64D842; }

 p { color: rgb(100,216,66); }

 H1.HeaderClassName
 {
   color: #64D842;
 }
 .AnyTagClassName
 {
   color: #64D842;
 }
</style>

background-color css

<style>
 a { background-color: #64D842; }

 a { background-color: rgb(100,216,66); }

 div.DivClassName
 {
   background-color: #64D842;
 }
 .BgClassName
 {
   background-color: #64D842;
 }
</style>

border-color css

<style>
 span { border-color: #64D842; }

 span { border-color: rgb(100,216,66); }

 td.TdClassName
 {
   border-color: #64D842;
 }
 .TagClassName
 {
   border-color: #64D842;
 }
</style>