#5CBB12

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

Shades of Kelly Green #5CBB12

Tints of Kelly Green #5CBB12

Color information

#5CBB12 (or 0x5CBB12) is unknown color: approx Kelly Green. HEX triplet: 5C, BB and 12. RGB value is (92,187,18). Sum of RGB (Red+Green+Blue) = 92+187+18=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBB12 is #A344ED. Grayscale: #8B8B8B. Windows color (decimal): -10700014 or 1227612. OLE color: 1227612.

HSL color Cylindrical-coordinate representation of color #5CBB12: hue angle of 93.73º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CBB12 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB9218718-
CMYK0.5100.900.27
HSL93.73º82.44%40.2%-
HSV(B)93.73º90.37%73.33%-
XYZ22.2937.866.7-
YUV139.3359.5394.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 187 (73.44% from 255) = 62.96%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=30.98%
G=62.96%
B=6.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92187180.5100.900.2793.7382.4440.2
Hex5CBB123305A1B5e5228
Octal134273226301323313612250
Binary10111001011101110010110011010110101101110111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,18); }

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

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

 a { background-color: rgb(92,187,18); }

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

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

 span { border-color: rgb(92,187,18); }

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