#5CBA0F

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

Shades of Kelly Green #5CBA0F

Tints of Kelly Green #5CBA0F

Color information

#5CBA0F (or 0x5CBA0F) is unknown color: approx Kelly Green. HEX triplet: 5C, BA and 0F. RGB value is (92,186,15). Sum of RGB (Red+Green+Blue) = 92+186+15=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBA0F is #A345F0. Grayscale: #8A8A8A. Windows color (decimal): -10700273 or 1030748. OLE color: 1030748.

HSL color Cylindrical-coordinate representation of color #5CBA0F: hue angle of 92.98º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5CBA0F is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB9218615-
CMYK0.5100.920.27
HSL92.98º85.07%39.41%-
HSV(B)92.98º91.94%72.94%-
XYZ22.0637.436.51-
YUV138.458.3694.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=31.40%
G=63.48%
B=5.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92186150.5100.920.2792.9885.0739.41
Hex5CBAF3305C1B5d5527
Octal134272176301343313512547
Binary1011100101110101111110011010111001101110111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,15); }

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

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

 a { background-color: rgb(92,186,15); }

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

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

 span { border-color: rgb(92,186,15); }

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