#64C458

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

Shades of Apple #64C458

Tints of Apple #64C458

Color information

#64C458 (or 0x64C458) is unknown color: approx Apple. HEX triplet: 64, C4 and 58. RGB value is (100,196,88). Sum of RGB (Red+Green+Blue) = 100+196+88=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #64C458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C458 is #9B3BA7. Grayscale: #9B9B9B. Windows color (decimal): -10173352 or 5817444. OLE color: 5817444.

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

Color convert

RGB10019688-
CMYK0.4900.550.23
HSL113.33º47.79%55.69%-
HSV(B)113.33º55.1%76.86%-
XYZ26.7642.8916.1-
YUV154.9890.288.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 196 (76.95% from 255) = 51.04%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=26.04%
G=51.04%
B=22.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100196880.4900.550.23113.3347.7955.69
Hex64C4583103717713038
Octal14430413061067271616070
Binary11001001100010010110001100010110111101111110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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