#5FC52A

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

Shades of Kelly Green #5FC52A

Tints of Kelly Green #5FC52A

Color information

#5FC52A (or 0x5FC52A) is unknown color: approx Kelly Green. HEX triplet: 5F, C5 and 2A. RGB value is (95,197,42). Sum of RGB (Red+Green+Blue) = 95+197+42=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC52A is #A03AD5. Grayscale: #959595. Windows color (decimal): -10500822 or 2803039. OLE color: 2803039.

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

Color convert

RGB9519742-
CMYK0.5200.790.23
HSL99.48º64.85%46.86%-
HSV(B)99.48º78.68%77.25%-
XYZ25.142.539.08-
YUV148.8367.7189.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 197 (77.34% from 255) = 58.98%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=28.44%
G=58.98%
B=12.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95197420.5200.790.2399.4864.8546.86
Hex5FC52A3404F1763412f
Octal137305526401172714310157
Binary101111111000101101010110100010011111011111000111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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