Html Css Color HEX #64C24D Apple

📋 copy color: '#64C24D'

red 100 ◦ green 194 ◦ blue 77

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

Shades of Apple #64C24D

Tints of Apple #64C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.29%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 26.95%
G = 52.29%
B = 20.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#64C24D (or 0x64C24D) is known color: Apple. HEX triplet: 64, C2 and 4D. RGB value is (100,194,77). Sum of RGB (Red+Green+Blue) = 100+194+77=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #64C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C24D is #9B3DB2. Grayscale: #989898. Windows color (decimal): -10173875 or 5096036. OLE color: 5096036.

HSL color Cylindrical-coordinate representation of color #64C24D: hue angle of 108.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C24D is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 194 77 -
CMYK 0.48 0 0.60 0.24
HSL 108.21º 0.49% 0.53% -
HSV(B) 108.21º 0.6% 0.76% -
XYZ 25.89 41.83 13.73 -
YUV 152.56 85.36 90.51 -
System Red Green Blue C M Y K H S L
Decimal 100 194 77 0.48 0 0.60 0.24 108.21 0.49 0.53
Hex 64 C2 4D 30 0 3C 18 6C 31 35
Octal 144 302 115 60 0 74 30 154 61 65
Binary 1100100 11000010 1001101 110000 0 111100 11000 1101100 110001 110101

Color Harmonies of #64C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C24D

Black with #64C24D

Text Example


Text Example

White with #64C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,194,77); }

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

background-color css

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

 a { background-color: rgb(100,194,77); }

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

border-color css

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

 span { border-color: rgb(100,194,77); }

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