#55C33B

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

Shades of Apple #55C33B

Tints of Apple #55C33B

Color information

#55C33B (or 0x55C33B) is unknown color: approx Apple. HEX triplet: 55, C3 and 3B. RGB value is (85,195,59). Sum of RGB (Red+Green+Blue) = 85+195+59=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #55C33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C33B is #AA3CC4. Grayscale: #939393. Windows color (decimal): -11156677 or 3916629. OLE color: 3916629.

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

Color convert

RGB8519559-
CMYK0.5600.700.24
HSL108.53º53.54%49.8%-
HSV(B)108.53º69.74%76.47%-
XYZ24.0541.2810.84-
YUV146.6178.5684.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=25.07%
G=57.52%
B=17.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85195590.5600.700.24108.5353.5449.8
Hex55C33B38046186d3632
Octal12530373700106301556662
Binary10101011100001111101111100001000110110001101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,195,59); }

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

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

 a { background-color: rgb(85,195,59); }

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

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

 span { border-color: rgb(85,195,59); }

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