#60C100

Color #60C100 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #60C100

Tints of Kelly Green #60C100

Color information

#60C100 (or 0x60C100) is unknown color: approx Kelly Green. HEX triplet: 60, C1 and 00. RGB value is (96,193,0). Sum of RGB (Red+Green+Blue) = 96+193+0=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #60C100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C100 is #9F3EFF. Grayscale: #8E8E8E. Windows color (decimal): -10436352 or 49504. OLE color: 49504.

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

Color convert

RGB961930-
CMYK0.50010.24
HSL90.16º100%37.84%-
HSV(B)90.16º100%75.69%-
XYZ23.8940.636.58-
YUV14247.8695.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.22%
G=66.78%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9619300.50010.2490.1610037.84
Hex60C1032064185a6426
Octal14030106201443013214446
Binary1100000110000010110010011001001100010110101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,193,0); }

 H1.HeaderClassName
 {
   color: #60C100;
 }
 .AnyTagClassName
 {
   color: #60C100;
 }
</style>
background-color css

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

 a { background-color: rgb(96,193,0); }

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

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

 span { border-color: rgb(96,193,0); }

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