#64CF4B

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

Shades of Apple #64CF4B

Tints of Apple #64CF4B

Color information

#64CF4B (or 0x64CF4B) is unknown color: approx Apple. HEX triplet: 64, CF and 4B. RGB value is (100,207,75). Sum of RGB (Red+Green+Blue) = 100+207+75=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF4B is #9B30B4. Grayscale: #A0A0A0. Windows color (decimal): -10170549 or 4968292. OLE color: 4968292.

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

Color convert

RGB10020775-
CMYK0.5200.640.19
HSL108.64º57.89%55.29%-
HSV(B)108.64º63.77%81.18%-
XYZ28.8447.8414.37-
YUV159.9680.0585.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 207 (81.25% from 255) = 54.19%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=26.18%
G=54.19%
B=19.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100207750.5200.640.19108.6457.8955.29
Hex64CF4B34040136d3a37
Octal144317113640100231557267
Binary110010011001111100101111010001000000100111101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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