#5CB415

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

Shades of Kelly Green #5CB415

Tints of Kelly Green #5CB415

Color information

#5CB415 (or 0x5CB415) is unknown color: approx Kelly Green. HEX triplet: 5C, B4 and 15. RGB value is (92,180,21). Sum of RGB (Red+Green+Blue) = 92+180+21=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CB415 is #A34BEA. Grayscale: #888888. Windows color (decimal): -10701803 or 1422428. OLE color: 1422428.

HSL color Cylindrical-coordinate representation of color #5CB415: hue angle of 93.21º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5CB415 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB9218021-
CMYK0.4900.880.29
HSL93.21º79.1%39.41%-
HSV(B)93.21º88.33%70.59%-
XYZ20.8734.976.36-
YUV135.5663.3596.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 180 (70.70% from 255) = 61.43%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=31.40%
G=61.43%
B=7.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92180210.4900.880.2993.2179.139.41
Hex5CB415310581D5d4f27
Octal134264256101303513511747
Binary10111001011010010101110001010110001110110111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,180,21); }

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

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

 a { background-color: rgb(92,180,21); }

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

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

 span { border-color: rgb(92,180,21); }

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