Html Css Color HEX #60D50F Kelly Green

📋 copy color: '#60D50F'

red 96 ◦ green 213 ◦ blue 15

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

Shades of Kelly Green #60D50F

Tints of Kelly Green #60D50F

RGB

 RED value IS 96 (37.89% from 255) = 29.63%

 GREEN value IS 213 (83.59% from 255) = 65.74%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 29.63%
G = 65.74%
B = 4.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#60D50F (or 0x60D50F) is known color: Kelly Green. HEX triplet: 60, D5 and 0F. RGB value is (96,213,15). Sum of RGB (Red+Green+Blue) = 96+213+15=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #60D50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60D50F is #9F2AF0. Grayscale: #9C9C9C. Windows color (decimal): -10431217 or 1037664. OLE color: 1037664.

HSL color Cylindrical-coordinate representation of color #60D50F: hue angle of 95.45º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60D50F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 213 15 -
CMYK 0.55 0 0.93 0.16
HSL 95.45º 0.87% 0.45% -
HSV(B) 95.45º 0.93% 0.84% -
XYZ 28.7 50.11 8.61 -
YUV 155.45 48.74 85.6 -
System Red Green Blue C M Y K H S L
Decimal 96 213 15 0.55 0 0.93 0.16 95.45 0.87 0.45
Hex 60 D5 F 37 0 5D 10 5F 57 2D
Octal 140 325 17 67 0 135 20 137 127 55
Binary 1100000 11010101 1111 110111 0 1011101 10000 1011111 1010111 101101

Color Harmonies of #60D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D50F

Black with #60D50F

Text Example


Text Example

White with #60D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,213,15); }

 H1.HeaderClassName
 {
   color: #60D50F;
 }
 .AnyTagClassName
 {
   color: #60D50F;
 }
</style>

background-color css

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

 a { background-color: rgb(96,213,15); }

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

border-color css

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

 span { border-color: rgb(96,213,15); }

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