#55B33F

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

Shades of Apple #55B33F

Tints of Apple #55B33F

Color information

#55B33F (or 0x55B33F) is unknown color: approx Apple. HEX triplet: 55, B3 and 3F. RGB value is (85,179,63). Sum of RGB (Red+Green+Blue) = 85+179+63=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #55B33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B33F is #AA4CC0. Grayscale: #8A8A8A. Windows color (decimal): -11160769 or 4174677. OLE color: 4174677.

HSL color Cylindrical-coordinate representation of color #55B33F: hue angle of 108.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55B33F is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB8517963-
CMYK0.5300.650.30
HSL108.62º47.93%47.45%-
HSV(B)108.62º64.8%70.2%-
XYZ20.7634.5310.27-
YUV137.6785.8690.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 179 (70.31% from 255) = 54.74%
BLUE value IS 63 (25% from 255) = 19.27%
R=25.99%
G=54.74%
B=19.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85179630.5300.650.30108.6247.9347.45
Hex55B33F350411E6d302f
Octal12526377650101361556057
Binary10101011011001111111111010101000001111101101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,179,63); }

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

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

 a { background-color: rgb(85,179,63); }

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

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

 span { border-color: rgb(85,179,63); }

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