Html Css Color HEX #60C001 Kelly Green

📋 copy color: '#60C001'

red 96 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #60C001

Tints of Kelly Green #60C001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 33.22%
G = 66.44%
B = 0.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#60C001 (or 0x60C001) is known color: Kelly Green. HEX triplet: 60, C0 and 01. RGB value is (96,192,1). Sum of RGB (Red+Green+Blue) = 96+192+1=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #60C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C001 is #9F3FFE. Grayscale: #8E8E8E. Windows color (decimal): -10436607 or 114784. OLE color: 114784.

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

Color convert

RGB 96 192 1 -
CMYK 0.50 0 0.99 0.25
HSL 90.16º 0.99% 0.38% -
HSV(B) 90.16º 0.99% 0.75% -
XYZ 23.68 40.19 6.54 -
YUV 141.52 48.7 95.53 -
System Red Green Blue C M Y K H S L
Decimal 96 192 1 0.50 0 0.99 0.25 90.16 0.99 0.38
Hex 60 C0 1 32 0 63 19 5A 63 26
Octal 140 300 1 62 0 143 31 132 143 46
Binary 1100000 11000000 1 110010 0 1100011 11001 1011010 1100011 100110

Color Harmonies of #60C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C001

Black with #60C001

Text Example


Text Example

White with #60C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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