#64CE54

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

Shades of Apple #64CE54

Tints of Apple #64CE54

Color information

#64CE54 (or 0x64CE54) is unknown color: approx Apple. HEX triplet: 64, CE and 54. RGB value is (100,206,84). Sum of RGB (Red+Green+Blue) = 100+206+84=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE54 is #9B31AB. Grayscale: #A0A0A0. Windows color (decimal): -10170796 or 5557860. OLE color: 5557860.

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

Color convert

RGB10020684-
CMYK0.5100.590.19
HSL112.13º55.45%56.86%-
HSV(B)112.13º59.22%80.78%-
XYZ28.9347.4916.03-
YUV160.484.8884.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 206 (80.86% from 255) = 52.82%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=25.64%
G=52.82%
B=21.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100206840.5100.590.19112.1355.4556.86
Hex64CE543303B13703739
Octal14431612463073231606771
Binary11001001100111010101001100110111011100111110000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,206,84); }

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

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

 a { background-color: rgb(100,206,84); }

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

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

 span { border-color: rgb(100,206,84); }

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