Html Css Color HEX #64CA36 Apple

📋 copy color: '#64CA36'

red 100 ◦ green 202 ◦ blue 54

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

Shades of Apple #64CA36

Tints of Apple #64CA36

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 28.09%
G = 56.74%
B = 15.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#64CA36 (or 0x64CA36) is known color: Apple. HEX triplet: 64, CA and 36. RGB value is (100,202,54). Sum of RGB (Red+Green+Blue) = 100+202+54=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CA36 is #9B35C9. Grayscale: #9B9B9B. Windows color (decimal): -10171850 or 3590756. OLE color: 3590756.

HSL color Cylindrical-coordinate representation of color #64CA36: hue angle of 101.35º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64CA36 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 54 -
CMYK 0.50 0 0.73 0.21
HSL 101.35º 0.58% 0.5% -
HSV(B) 101.35º 0.73% 0.79% -
XYZ 27.04 45.22 10.79 -
YUV 154.63 71.21 89.03 -
System Red Green Blue C M Y K H S L
Decimal 100 202 54 0.50 0 0.73 0.21 101.35 0.58 0.5
Hex 64 CA 36 32 0 49 15 65 3A 32
Octal 144 312 66 62 0 111 25 145 72 62
Binary 1100100 11001010 110110 110010 0 1001001 10101 1100101 111010 110010

Color Harmonies of #64CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA36

Black with #64CA36

Text Example


Text Example

White with #64CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,54); }

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

background-color css

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

 a { background-color: rgb(100,202,54); }

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

border-color css

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

 span { border-color: rgb(100,202,54); }

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