Html Css Color HEX #60DB1F Kelly Green

📋 copy color: '#60DB1F'

red 96 ◦ green 219 ◦ blue 31

#60DB1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #60DB1F

Tints of Kelly Green #60DB1F

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 value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#60DB1F (or 0x60DB1F) is known color: 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

RGB 96 219 31 -
CMYK 0.56 0 0.86 0.14
HSL 99.26º 0.75% 0.49% -
HSV(B) 99.26º 0.86% 0.86% -
XYZ 30.4 53.25 9.97 -
YUV 160.79 54.75 81.79 -
System Red Green Blue C M Y K H S L
Decimal 96 219 31 0.56 0 0.86 0.14 99.26 0.75 0.49
Hex 60 DB 1F 38 0 56 E 63 4B 31
Octal 140 333 37 70 0 126 16 143 113 61
Binary 1100000 11011011 11111 111000 0 1010110 1110 1100011 1001011 110001

Color Harmonies of #60DB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DB1F

Black with #60DB1F

Text Example


Text Example

White with #60DB1F

Text Example


Text Example

HTML Codes & Css Web 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>