#64CB4A

Color #64CB4A Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64CB4A

Tints of Apple #64CB4A

Color information

#64CB4A (or 0x64CB4A) is unknown color: approx Apple. HEX triplet: 64, CB and 4A. RGB value is (100,203,74). Sum of RGB (Red+Green+Blue) = 100+203+74=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB4A is #9B34B5. Grayscale: #9D9D9D. Windows color (decimal): -10171574 or 4901732. OLE color: 4901732.

HSL color Cylindrical-coordinate representation of color #64CB4A: hue angle of 107.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64CB4A is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB10020374-
CMYK0.5100.640.20
HSL107.91º55.36%54.31%-
HSV(B)107.91º63.55%79.61%-
XYZ27.8545.9213.87-
YUV157.580.8886.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 203 (79.69% from 255) = 53.85%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=26.53%
G=53.85%
B=19.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203740.5100.640.20107.9155.3654.31
Hex64CB4A33040146c3736
Octal144313112630100241546766
Binary110010011001011100101011001101000000101001101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,74); }

 H1.HeaderClassName
 {
   color: #64CB4A;
 }
 .AnyTagClassName
 {
   color: #64CB4A;
 }
</style>
background-color css

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

 a { background-color: rgb(100,203,74); }

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

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

 span { border-color: rgb(100,203,74); }

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