#5CB400

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

Shades of Kelly Green #5CB400

Tints of Kelly Green #5CB400

Color information

#5CB400 (or 0x5CB400) is unknown color: approx Kelly Green. HEX triplet: 5C, B4 and 00. RGB value is (92,180,0). Sum of RGB (Red+Green+Blue) = 92+180+0=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CB400 is #A34BFF. Grayscale: #858585. Windows color (decimal): -10701824 or 46172. OLE color: 46172.

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

Color convert

RGB921800-
CMYK0.49010.29
HSL89.33º100%35.29%-
HSV(B)89.33º100%70.59%-
XYZ20.7334.925.65-
YUV133.1752.8598.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 180 (70.70% from 255) = 66.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.82%
G=66.18%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9218000.49010.2989.3310035.29
Hex5CB40310641D596423
Octal13426406101443513114443
Binary1011100101101000110001011001001110110110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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