#60BC00

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

Shades of Kelly Green #60BC00

Tints of Kelly Green #60BC00

Color information

#60BC00 (or 0x60BC00) is unknown color: approx Kelly Green. HEX triplet: 60, BC and 00. RGB value is (96,188,0). Sum of RGB (Red+Green+Blue) = 96+188+0=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC00 is #9F43FF. Grayscale: #8B8B8B. Windows color (decimal): -10437632 or 48224. OLE color: 48224.

HSL color Cylindrical-coordinate representation of color #60BC00: hue angle of 89.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60BC00 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB961880-
CMYK0.49010.26
HSL89.36º100%36.86%-
HSV(B)89.36º100%73.73%-
XYZ22.8138.456.22-
YUV139.0649.5297.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 188 (73.83% from 255) = 66.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.80%
G=66.20%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9618800.49010.2689.3610036.86
Hex60BC0310641A596425
Octal14027406101443213114445
Binary1100000101111000110001011001001101010110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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