#5FDC2D

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

Shades of Kelly Green #5FDC2D

Tints of Kelly Green #5FDC2D

Color information

#5FDC2D (or 0x5FDC2D) is unknown color: approx Kelly Green. HEX triplet: 5F, DC and 2D. RGB value is (95,220,45). Sum of RGB (Red+Green+Blue) = 95+220+45=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC2D is #A023D2. Grayscale: #A3A3A3. Windows color (decimal): -10494931 or 3005535. OLE color: 3005535.

HSL color Cylindrical-coordinate representation of color #5FDC2D: hue angle of 102.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FDC2D is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB9522045-
CMYK0.5700.800.14
HSL102.86º71.43%51.96%-
HSV(B)102.86º79.55%86.27%-
XYZ30.7953.8111.25-
YUV162.6761.5979.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 220 (86.33% from 255) = 61.11%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=26.39%
G=61.11%
B=12.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal95220450.5700.800.14102.8671.4351.96
Hex5FDC2D39050E674734
Octal137334557101201614710764
Binary10111111101110010110111100101010000111011001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,45); }

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

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

 a { background-color: rgb(95,220,45); }

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

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

 span { border-color: rgb(95,220,45); }

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