#5FBC1C

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

Shades of Kelly Green #5FBC1C

Tints of Kelly Green #5FBC1C

Color information

#5FBC1C (or 0x5FBC1C) is unknown color: approx Kelly Green. HEX triplet: 5F, BC and 1C. RGB value is (95,188,28). Sum of RGB (Red+Green+Blue) = 95+188+28=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC1C is #A043E3. Grayscale: #8E8E8E. Windows color (decimal): -10503140 or 1883231. OLE color: 1883231.

HSL color Cylindrical-coordinate representation of color #5FBC1C: hue angle of 94.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FBC1C is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB9518828-
CMYK0.4900.850.26
HSL94.88º74.07%42.35%-
HSV(B)94.88º85.11%73.73%-
XYZ22.9138.487.32-
YUV141.9563.6994.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 188 (73.83% from 255) = 60.45%
BLUE value IS 28 (11.33% from 255) = 9.00%
R=30.55%
G=60.45%
B=9.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95188280.4900.850.2694.8874.0742.35
Hex5FBC1C310551A5f4a2a
Octal137274346101253213711252
Binary10111111011110011100110001010101011101010111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,188,28); }

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

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

 a { background-color: rgb(95,188,28); }

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

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

 span { border-color: rgb(95,188,28); }

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