Html Css Color HEX #64D04F Apple

📋 copy color: '#64D04F'

red 100 ◦ green 208 ◦ blue 79

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

Shades of Apple #64D04F

Tints of Apple #64D04F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.75%

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 25.84%
G = 53.75%
B = 20.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#64D04F (or 0x64D04F) is known color: Apple. HEX triplet: 64, D0 and 4F. RGB value is (100,208,79). Sum of RGB (Red+Green+Blue) = 100+208+79=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #64D04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D04F is #9B2FB0. Grayscale: #A1A1A1. Windows color (decimal): -10170289 or 5230692. OLE color: 5230692.

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

Color convert

RGB 100 208 79 -
CMYK 0.52 0 0.62 0.18
HSL 110.23º 0.58% 0.56% -
HSV(B) 110.23º 0.62% 0.82% -
XYZ 29.22 48.39 15.2 -
YUV 161 81.72 84.49 -
System Red Green Blue C M Y K H S L
Decimal 100 208 79 0.52 0 0.62 0.18 110.23 0.58 0.56
Hex 64 D0 4F 34 0 3E 12 6E 3A 38
Octal 144 320 117 64 0 76 22 156 72 70
Binary 1100100 11010000 1001111 110100 0 111110 10010 1101110 111010 111000

Color Harmonies of #64D04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D04F

Black with #64D04F

Text Example


Text Example

White with #64D04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,79); }

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

background-color css

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

 a { background-color: rgb(100,208,79); }

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

border-color css

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

 span { border-color: rgb(100,208,79); }

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