#60DB1F

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

Shades of Kelly Green #60DB1F

Tints of Kelly Green #60DB1F

Color information

#60DB1F (or 0x60DB1F) is unknown color: approx Kelly Green. HEX triplet: 60, DB and 1F. RGB value is (96,219,31). Sum of RGB (Red+Green+Blue) = 96+219+31=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #60DB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DB1F is #9F24E0. Grayscale: #A1A1A1. Windows color (decimal): -10429665 or 2087776. OLE color: 2087776.

HSL color Cylindrical-coordinate representation of color #60DB1F: hue angle of 99.26º 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 #60DB1F is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB9621931-
CMYK0.5600.860.14
HSL99.26º75.2%49.02%-
HSV(B)99.26º85.84%85.88%-
XYZ30.453.259.97-
YUV160.7954.7581.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 219 (85.94% from 255) = 63.29%
BLUE value IS 31 (12.5% from 255) = 8.96%
R=27.75%
G=63.29%
B=8.96%

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
Decimal96219310.5600.860.1499.2675.249.02
Hex60DB1F38056E634b31
Octal140333377001261614311361
Binary1100000110110111111111100001010110111011000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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