#55C23C

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

Shades of Apple #55C23C

Tints of Apple #55C23C

Color information

#55C23C (or 0x55C23C) is unknown color: approx Apple. HEX triplet: 55, C2 and 3C. RGB value is (85,194,60). Sum of RGB (Red+Green+Blue) = 85+194+60=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #55C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C23C is #AA3DC3. Grayscale: #929292. Windows color (decimal): -11156932 or 3981909. OLE color: 3981909.

HSL color Cylindrical-coordinate representation of color #55C23C: hue angle of 108.81º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55C23C is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB8519460-
CMYK0.5600.690.24
HSL108.81º52.76%49.8%-
HSV(B)108.81º69.07%76.08%-
XYZ23.8540.8410.9-
YUV146.1379.3984.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 194 (76.17% from 255) = 57.23%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=25.07%
G=57.23%
B=17.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85194600.5600.690.24108.8152.7649.8
Hex55C23C38045186d3532
Octal12530274700105301556562
Binary10101011100001011110011100001000101110001101101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,60); }

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

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

 a { background-color: rgb(85,194,60); }

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

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

 span { border-color: rgb(85,194,60); }

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