#5FCA17

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

Shades of Kelly Green #5FCA17

Tints of Kelly Green #5FCA17

Color information

#5FCA17 (or 0x5FCA17) is unknown color: approx Kelly Green. HEX triplet: 5F, CA and 17. RGB value is (95,202,23). Sum of RGB (Red+Green+Blue) = 95+202+23=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCA17 is #A035E8. Grayscale: #969696. Windows color (decimal): -10499561 or 1559135. OLE color: 1559135.

HSL color Cylindrical-coordinate representation of color #5FCA17: hue angle of 95.87º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FCA17 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB9520223-
CMYK0.5300.890.21
HSL95.87º79.56%44.12%-
HSV(B)95.87º88.61%79.22%-
XYZ25.9944.748.08-
YUV149.656.5589.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 202 (79.30% from 255) = 63.12%
BLUE value IS 23 (9.38% from 255) = 7.19%
R=29.69%
G=63.12%
B=7.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95202230.5300.890.2195.8779.5644.12
Hex5FCA17350591560502c
Octal137312276501312514012054
Binary10111111100101010111110101010110011010111000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,202,23); }

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

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

 a { background-color: rgb(95,202,23); }

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

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

 span { border-color: rgb(95,202,23); }

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