#5CB20E

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

Shades of Kelly Green #5CB20E

Tints of Kelly Green #5CB20E

Color information

#5CB20E (or 0x5CB20E) is unknown color: approx Kelly Green. HEX triplet: 5C, B2 and 0E. RGB value is (92,178,14). Sum of RGB (Red+Green+Blue) = 92+178+14=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CB20E is #A34DF1. Grayscale: #868686. Windows color (decimal): -10702322 or 963164. OLE color: 963164.

HSL color Cylindrical-coordinate representation of color #5CB20E: hue angle of 91.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5CB20E is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB9217814-
CMYK0.4800.920.30
HSL91.46º85.42%37.65%-
HSV(B)91.46º92.13%69.8%-
XYZ20.4134.155.93-
YUV133.5960.5198.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 178 (69.92% from 255) = 62.68%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=32.39%
G=62.68%
B=4.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92178140.4800.920.3091.4685.4237.65
Hex5CB2E3005C1E5b5526
Octal134262166001343613312546
Binary1011100101100101110110000010111001111010110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB20E; }

 p { color: rgb(92,178,14); }

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

<style>
 a { background-color: #5CB20E; }

 a { background-color: rgb(92,178,14); }

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

<style>
 span { border-color: #5CB20E; }

 span { border-color: rgb(92,178,14); }

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