Html Css Color HEX #64D74F Apple

📋 copy color: '#64D74F'

red 100 ◦ green 215 ◦ blue 79

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

Shades of Apple #64D74F

Tints of Apple #64D74F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.57%

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

R = 25.38%
G = 54.57%
B = 20.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#64D74F (or 0x64D74F) is known color: Apple. HEX triplet: 64, D7 and 4F. RGB value is (100,215,79). Sum of RGB (Red+Green+Blue) = 100+215+79=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #64D74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D74F is #9B28B0. Grayscale: #A5A5A5. Windows color (decimal): -10168497 or 5232484. OLE color: 5232484.

HSL color Cylindrical-coordinate representation of color #64D74F: hue angle of 110.74º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64D74F is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 79 -
CMYK 0.53 0 0.63 0.16
HSL 110.74º 0.63% 0.58% -
HSV(B) 110.74º 0.63% 0.84% -
XYZ 30.97 51.87 15.78 -
YUV 165.11 79.4 81.56 -
System Red Green Blue C M Y K H S L
Decimal 100 215 79 0.53 0 0.63 0.16 110.74 0.63 0.58
Hex 64 D7 4F 35 0 3F 10 6F 3F 3A
Octal 144 327 117 65 0 77 20 157 77 72
Binary 1100100 11010111 1001111 110101 0 111111 10000 1101111 111111 111010

Color Harmonies of #64D74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D74F

Black with #64D74F

Text Example


Text Example

White with #64D74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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