#55CC42

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

Shades of Apple #55CC42

Tints of Apple #55CC42

Color information

#55CC42 (or 0x55CC42) is unknown color: approx Apple. HEX triplet: 55, CC and 42. RGB value is (85,204,66). Sum of RGB (Red+Green+Blue) = 85+204+66=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC42 is #AA33BD. Grayscale: #999999. Windows color (decimal): -11154366 or 4377685. OLE color: 4377685.

HSL color Cylindrical-coordinate representation of color #55CC42: hue angle of 111.74º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55CC42 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB8520466-
CMYK0.5800.680.2
HSL111.74º57.5%52.94%-
HSV(B)111.74º67.65%80%-
XYZ26.3245.5112.55-
YUV152.6979.0879.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 204 (80.08% from 255) = 57.46%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=23.94%
G=57.46%
B=18.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85204660.5800.680.2111.7457.552.94
Hex55CC423A04414703a35
Octal125314102720104241607265
Binary101010111001100100001011101001000100101001110000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CC42; }

 p { color: rgb(85,204,66); }

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

<style>
 a { background-color: #55CC42; }

 a { background-color: rgb(85,204,66); }

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

<style>
 span { border-color: #55CC42; }

 span { border-color: rgb(85,204,66); }

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