#60DC1F

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

Shades of Kelly Green #60DC1F

Tints of Kelly Green #60DC1F

Color information

#60DC1F (or 0x60DC1F) is unknown color: approx Kelly Green. HEX triplet: 60, DC and 1F. RGB value is (96,220,31). Sum of RGB (Red+Green+Blue) = 96+220+31=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DC1F is #9F23E0. Grayscale: #A2A2A2. Windows color (decimal): -10429409 or 2088032. OLE color: 2088032.

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

Color convert

RGB9622031-
CMYK0.5600.860.14
HSL99.37º75.3%49.22%-
HSV(B)99.37º85.91%86.27%-
XYZ30.6653.7710.06-
YUV161.3854.4281.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 220 (86.33% from 255) = 63.40%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=27.67%
G=63.40%
B=8.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96220310.5600.860.1499.3775.349.22
Hex60DC1F38056E634b31
Octal140334377001261614311361
Binary1100000110111001111111100001010110111011000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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