#64C153

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

Shades of Apple #64C153

Tints of Apple #64C153

Color information

#64C153 (or 0x64C153) is unknown color: approx Apple. HEX triplet: 64, C1 and 53. RGB value is (100,193,83). Sum of RGB (Red+Green+Blue) = 100+193+83=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #64C153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C153 is #9B3EAC. Grayscale: #999999. Windows color (decimal): -10174125 or 5488996. OLE color: 5488996.

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

Color convert

RGB10019383-
CMYK0.4800.570.24
HSL110.73º47.01%54.12%-
HSV(B)110.73º56.99%75.69%-
XYZ25.8941.4714.82-
YUV152.6588.6990.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 193 (75.78% from 255) = 51.33%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=26.60%
G=51.33%
B=22.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100193830.4800.570.24110.7347.0154.12
Hex64C15330039186f2f36
Octal14430112360071301575766
Binary11001001100000110100111100000111001110001101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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