Html Css Color HEX #60DC14 Kelly Green

📋 copy color: '#60DC14'

red 96 ◦ green 220 ◦ blue 20

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

Shades of Kelly Green #60DC14

Tints of Kelly Green #60DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.48%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 28.57%
G = 65.48%
B = 5.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#60DC14 (or 0x60DC14) is known color: Kelly Green. HEX triplet: 60, DC and 14. RGB value is (96,220,20). Sum of RGB (Red+Green+Blue) = 96+220+20=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DC14 is #9F23EB. Grayscale: #A0A0A0. Windows color (decimal): -10429420 or 1367136. OLE color: 1367136.

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

Color convert

RGB 96 220 20 -
CMYK 0.56 0 0.91 0.14
HSL 97.2º 0.83% 0.47% -
HSV(B) 97.2º 0.91% 0.86% -
XYZ 30.54 53.72 9.42 -
YUV 160.12 48.92 82.26 -
System Red Green Blue C M Y K H S L
Decimal 96 220 20 0.56 0 0.91 0.14 97.2 0.83 0.47
Hex 60 DC 14 38 0 5B E 61 53 2F
Octal 140 334 24 70 0 133 16 141 123 57
Binary 1100000 11011100 10100 111000 0 1011011 1110 1100001 1010011 101111

Color Harmonies of #60DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DC14

Black with #60DC14

Text Example


Text Example

White with #60DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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