#55C82E

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

Shades of Kelly Green #55C82E

Tints of Kelly Green #55C82E

Color information

#55C82E (or 0x55C82E) is unknown color: approx Kelly Green. HEX triplet: 55, C8 and 2E. RGB value is (85,200,46). Sum of RGB (Red+Green+Blue) = 85+200+46=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #55C82E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C82E is #AA37D1. Grayscale: #949494. Windows color (decimal): -11155410 or 3065941. OLE color: 3065941.

HSL color Cylindrical-coordinate representation of color #55C82E: hue angle of 104.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55C82E is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB8520046-
CMYK0.5800.770.22
HSL104.81º62.6%48.24%-
HSV(B)104.81º77%78.43%-
XYZ24.8943.449.66-
YUV148.0670.483.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 200 (78.52% from 255) = 60.42%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=25.68%
G=60.42%
B=13.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85200460.5800.770.22104.8162.648.24
Hex55C82E3A04D16693f30
Octal12531056720115261517760
Binary10101011100100010111011101001001101101101101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,200,46); }

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

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

 a { background-color: rgb(85,200,46); }

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

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

 span { border-color: rgb(85,200,46); }

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