#55B830

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

Shades of Kelly Green #55B830

Tints of Kelly Green #55B830

Color information

#55B830 (or 0x55B830) is unknown color: approx Kelly Green. HEX triplet: 55, B8 and 30. RGB value is (85,184,48). Sum of RGB (Red+Green+Blue) = 85+184+48=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #55B830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B830 is #AA47CF. Grayscale: #8B8B8B. Windows color (decimal): -11159504 or 3192917. OLE color: 3192917.

HSL color Cylindrical-coordinate representation of color #55B830: hue angle of 103.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55B830 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB8518448-
CMYK0.5400.740.28
HSL103.68º58.62%45.49%-
HSV(B)103.68º73.91%72.16%-
XYZ21.4236.438.7-
YUV138.976.789.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 184 (72.27% from 255) = 58.04%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=26.81%
G=58.04%
B=15.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85184480.5400.740.28103.6858.6245.49
Hex55B8303604A1C683b2d
Octal12527060660112341507355
Binary10101011011100011000011011001001010111001101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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