#64C452

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

Shades of Apple #64C452

Tints of Apple #64C452

Color information

#64C452 (or 0x64C452) is unknown color: approx Apple. HEX triplet: 64, C4 and 52. RGB value is (100,196,82). Sum of RGB (Red+Green+Blue) = 100+196+82=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #64C452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C452 is #9B3BAD. Grayscale: #9A9A9A. Windows color (decimal): -10173358 or 5424228. OLE color: 5424228.

HSL color Cylindrical-coordinate representation of color #64C452: hue angle of 110.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C452 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB10019682-
CMYK0.4900.580.23
HSL110.53º49.14%54.51%-
HSV(B)110.53º58.16%76.86%-
XYZ26.5242.814.85-
YUV154.387.289.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 196 (76.95% from 255) = 51.85%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=26.46%
G=51.85%
B=21.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100196820.4900.580.23110.5349.1454.51
Hex64C4523103A176f3137
Octal14430412261072271576167
Binary11001001100010010100101100010111010101111101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,82); }

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

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

 a { background-color: rgb(100,196,82); }

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

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

 span { border-color: rgb(100,196,82); }

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