#55B230

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

Shades of Kelly Green #55B230

Tints of Kelly Green #55B230

Color information

#55B230 (or 0x55B230) is unknown color: approx Kelly Green. HEX triplet: 55, B2 and 30. RGB value is (85,178,48). Sum of RGB (Red+Green+Blue) = 85+178+48=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #55B230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B230 is #AA4DCF. Grayscale: #878787. Windows color (decimal): -11161040 or 3191381. OLE color: 3191381.

HSL color Cylindrical-coordinate representation of color #55B230: hue angle of 102.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55B230 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB8517848-
CMYK0.5200.730.30
HSL102.92º57.52%44.31%-
HSV(B)102.92º73.03%69.8%-
XYZ20.233.998.29-
YUV135.3778.6992.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=27.33%
G=57.23%
B=15.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85178480.5200.730.30102.9257.5244.31
Hex55B230340491E673a2c
Octal12526260640111361477254
Binary10101011011001011000011010001001001111101100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,48); }

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

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

 a { background-color: rgb(85,178,48); }

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

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

 span { border-color: rgb(85,178,48); }

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