#55C11F

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

Shades of Kelly Green #55C11F

Tints of Kelly Green #55C11F

Color information

#55C11F (or 0x55C11F) is unknown color: approx Kelly Green. HEX triplet: 55, C1 and 1F. RGB value is (85,193,31). Sum of RGB (Red+Green+Blue) = 85+193+31=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #55C11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C11F is #AA3EE0. Grayscale: #8E8E8E. Windows color (decimal): -11157217 or 2081109. OLE color: 2081109.

HSL color Cylindrical-coordinate representation of color #55C11F: hue angle of 100º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55C11F is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB8519331-
CMYK0.5600.840.24
HSL100º72.32%43.92%-
HSV(B)100º83.94%75.69%-
XYZ23.0640.177.83-
YUV142.2465.2287.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 193 (75.78% from 255) = 62.46%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=27.51%
G=62.46%
B=10.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193310.5600.840.2410072.3243.92
Hex55C11F380541864482c
Octal125301377001243014411054
Binary10101011100000111111111000010101001100011001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,31); }

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

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

 a { background-color: rgb(85,193,31); }

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

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

 span { border-color: rgb(85,193,31); }

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