Html Css Color HEX #64D24E Apple

📋 copy color: '#64D24E'

red 100 ◦ green 210 ◦ blue 78

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

Shades of Apple #64D24E

Tints of Apple #64D24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.12%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 25.77%
G = 54.12%
B = 20.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#64D24E (or 0x64D24E) is known color: Apple. HEX triplet: 64, D2 and 4E. RGB value is (100,210,78). Sum of RGB (Red+Green+Blue) = 100+210+78=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #64D24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D24E is #9B2DB1. Grayscale: #A2A2A2. Windows color (decimal): -10169778 or 5165668. OLE color: 5165668.

HSL color Cylindrical-coordinate representation of color #64D24E: hue angle of 110º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64D24E is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 78 -
CMYK 0.52 0 0.63 0.18
HSL 110º 0.59% 0.56% -
HSV(B) 110º 0.63% 0.82% -
XYZ 29.68 49.35 15.17 -
YUV 162.06 80.56 83.73 -
System Red Green Blue C M Y K H S L
Decimal 100 210 78 0.52 0 0.63 0.18 110 0.59 0.56
Hex 64 D2 4E 34 0 3F 12 6E 3B 38
Octal 144 322 116 64 0 77 22 156 73 70
Binary 1100100 11010010 1001110 110100 0 111111 10010 1101110 111011 111000

Color Harmonies of #64D24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D24E

Black with #64D24E

Text Example


Text Example

White with #64D24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,210,78); }

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

background-color css

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

 a { background-color: rgb(100,210,78); }

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

border-color css

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

 span { border-color: rgb(100,210,78); }

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