#64CF40

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

Shades of Apple #64CF40

Tints of Apple #64CF40

Color information

#64CF40 (or 0x64CF40) is unknown color: approx Apple. HEX triplet: 64, CF and 40. RGB value is (100,207,64). Sum of RGB (Red+Green+Blue) = 100+207+64=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF40 is #9B30BF. Grayscale: #9F9F9F. Windows color (decimal): -10170560 or 4247396. OLE color: 4247396.

HSL color Cylindrical-coordinate representation of color #64CF40: hue angle of 104.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64CF40 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB10020764-
CMYK0.5200.690.19
HSL104.9º59.83%53.14%-
HSV(B)104.9º69.08%81.18%-
XYZ28.4947.7112.56-
YUV158.774.5586.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 207 (81.25% from 255) = 55.80%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=26.95%
G=55.80%
B=17.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100207640.5200.690.19104.959.8353.14
Hex64CF403404513693c35
Octal144317100640105231517465
Binary110010011001111100000011010001000101100111101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,207,64); }

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

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

 a { background-color: rgb(100,207,64); }

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

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

 span { border-color: rgb(100,207,64); }

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