#64C136

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

Shades of Apple #64C136

Tints of Apple #64C136

Color information

#64C136 (or 0x64C136) is unknown color: approx Apple. HEX triplet: 64, C1 and 36. RGB value is (100,193,54). Sum of RGB (Red+Green+Blue) = 100+193+54=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #64C136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C136 is #9B3EC9. Grayscale: #959595. Windows color (decimal): -10174154 or 3588452. OLE color: 3588452.

HSL color Cylindrical-coordinate representation of color #64C136: hue angle of 100.14º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64C136 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB10019354-
CMYK0.4800.720.24
HSL100.14º56.28%48.43%-
HSV(B)100.14º72.02%75.69%-
XYZ24.9941.1210.11-
YUV149.3574.1992.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=28.82%
G=55.62%
B=15.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100193540.4800.720.24100.1456.2848.43
Hex64C1363004818643830
Octal14430166600110301447060
Binary11001001100000111011011000001001000110001100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,193,54); }

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

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

 a { background-color: rgb(100,193,54); }

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

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

 span { border-color: rgb(100,193,54); }

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