Html Css Color HEX #60C01C Kelly Green

📋 copy color: '#60C01C'

red 96 ◦ green 192 ◦ blue 28

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

Shades of Kelly Green #60C01C

Tints of Kelly Green #60C01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 30.38%
G = 60.76%
B = 8.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#60C01C (or 0x60C01C) is known color: Kelly Green. HEX triplet: 60, C0 and 1C. RGB value is (96,192,28). Sum of RGB (Red+Green+Blue) = 96+192+28=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #60C01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C01C is #9F3FE3. Grayscale: #919191. Windows color (decimal): -10436580 or 1884256. OLE color: 1884256.

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

Color convert

RGB 96 192 28 -
CMYK 0.50 0 0.85 0.25
HSL 95.12º 0.75% 0.43% -
HSV(B) 95.12º 0.85% 0.75% -
XYZ 23.88 40.27 7.61 -
YUV 144.6 62.2 93.34 -
System Red Green Blue C M Y K H S L
Decimal 96 192 28 0.50 0 0.85 0.25 95.12 0.75 0.43
Hex 60 C0 1C 32 0 55 19 5F 4B 2B
Octal 140 300 34 62 0 125 31 137 113 53
Binary 1100000 11000000 11100 110010 0 1010101 11001 1011111 1001011 101011

Color Harmonies of #60C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C01C

Black with #60C01C

Text Example


Text Example

White with #60C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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