#5fc52b

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

Shades of Kelly Green #5FC52B

Tints of Kelly Green #5FC52B

Color information

#5FC52B (or 0x5FC52B) is unknown color: approx Kelly Green. HEX triplet: 5F, C5 and 2B. RGB value is (95,197,43). Sum of RGB (Red+Green+Blue) = 95+197+43=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC52B is #A03AD4. Grayscale: #959595. Windows color (decimal): -10500821 or 2868575. OLE color: 2868575.

HSL color Cylindrical-coordinate representation of color #5FC52B: hue angle of 99.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FC52B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB9519743-
CMYK0.5200.780.23
HSL99.74º64.17%47.06%-
HSV(B)99.74º78.17%77.25%-
XYZ25.1242.549.17-
YUV148.9568.2189.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 197 (77.34% from 255) = 58.81%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=28.36%
G=58.81%
B=12.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95197430.5200.780.2399.7464.1747.06
Hex5FC52B3404E1764402f
Octal137305536401162714410057
Binary101111111000101101011110100010011101011111001001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,197,43); }

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

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

 a { background-color: rgb(95,197,43); }

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

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

 span { border-color: rgb(95,197,43); }

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