#60da1f

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

Shades of Kelly Green #60DA1F

Tints of Kelly Green #60DA1F

Color information

#60DA1F (or 0x60DA1F) is unknown color: approx Kelly Green. HEX triplet: 60, DA and 1F. RGB value is (96,218,31). Sum of RGB (Red+Green+Blue) = 96+218+31=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA1F is #9F25E0. Grayscale: #A0A0A0. Windows color (decimal): -10429921 or 2087520. OLE color: 2087520.

HSL color Cylindrical-coordinate representation of color #60DA1F: hue angle of 99.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60DA1F is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB9621831-
CMYK0.5600.860.15
HSL99.14º75.1%48.82%-
HSV(B)99.14º85.78%85.49%-
XYZ30.1452.739.89-
YUV160.255.0882.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 218 (85.55% from 255) = 63.19%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=27.83%
G=63.19%
B=8.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96218310.5600.860.1599.1475.148.82
Hex60DA1F38056F634b31
Octal140332377001261714311361
Binary1100000110110101111111100001010110111111000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60da1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60da1f; }

 p { color: rgb(96,218,31); }

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

<style>
 a { background-color: #60da1f; }

 a { background-color: rgb(96,218,31); }

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

<style>
 span { border-color: #60da1f; }

 span { border-color: rgb(96,218,31); }

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