Html Css Color HEX #60C00D Kelly Green

📋 copy color: '#60C00D'

red 96 ◦ green 192 ◦ blue 13

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

Shades of Kelly Green #60C00D

Tints of Kelly Green #60C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.79%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 31.89%
G = 63.79%
B = 4.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#60C00D (or 0x60C00D) is known color: Kelly Green. HEX triplet: 60, C0 and 0D. RGB value is (96,192,13). Sum of RGB (Red+Green+Blue) = 96+192+13=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #60C00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C00D is #9F3FF2. Grayscale: #8F8F8F. Windows color (decimal): -10436595 or 901216. OLE color: 901216.

HSL color Cylindrical-coordinate representation of color #60C00D: hue angle of 92.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60C00D is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 192 13 -
CMYK 0.50 0 0.93 0.25
HSL 92.18º 0.87% 0.4% -
HSV(B) 92.18º 0.93% 0.75% -
XYZ 23.75 40.22 6.89 -
YUV 142.89 54.7 94.55 -
System Red Green Blue C M Y K H S L
Decimal 96 192 13 0.50 0 0.93 0.25 92.18 0.87 0.4
Hex 60 C0 D 32 0 5D 19 5C 57 28
Octal 140 300 15 62 0 135 31 134 127 50
Binary 1100000 11000000 1101 110010 0 1011101 11001 1011100 1010111 101000

Color Harmonies of #60C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C00D

Black with #60C00D

Text Example


Text Example

White with #60C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,192,13); }

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

background-color css

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

 a { background-color: rgb(96,192,13); }

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

border-color css

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

 span { border-color: rgb(96,192,13); }

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