#55B41E

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

Shades of Kelly Green #55B41E

Tints of Kelly Green #55B41E

Color information

#55B41E (or 0x55B41E) is unknown color: approx Kelly Green. HEX triplet: 55, B4 and 1E. RGB value is (85,180,30). Sum of RGB (Red+Green+Blue) = 85+180+30=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #55B41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B41E is #AA4BE1. Grayscale: #878787. Windows color (decimal): -11160546 or 2012245. OLE color: 2012245.

HSL color Cylindrical-coordinate representation of color #55B41E: hue angle of 98º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55B41E is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB8518030-
CMYK0.5300.830.29
HSL98º71.43%41.18%-
HSV(B)98º83.33%70.59%-
XYZ20.334.676.85-
YUV134.4969.0392.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=28.81%
G=61.02%
B=10.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180300.5300.830.299871.4341.18
Hex55B41E350531D624729
Octal125264366501233514210751
Binary10101011011010011110110101010100111110111000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,30); }

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

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

 a { background-color: rgb(85,180,30); }

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

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

 span { border-color: rgb(85,180,30); }

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