#60BC01

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

Shades of Kelly Green #60BC01

Tints of Kelly Green #60BC01

Color information

#60BC01 (or 0x60BC01) is unknown color: approx Kelly Green. HEX triplet: 60, BC and 01. RGB value is (96,188,1). Sum of RGB (Red+Green+Blue) = 96+188+1=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC01 is #9F43FE. Grayscale: #8B8B8B. Windows color (decimal): -10437631 or 113760. OLE color: 113760.

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

Color convert

RGB961881-
CMYK0.4900.990.26
HSL89.52º98.94%37.06%-
HSV(B)89.52º99.47%73.73%-
XYZ22.8138.466.25-
YUV139.1750.0297.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 188 (73.83% from 255) = 65.96%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=33.68%
G=65.96%
B=0.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9618810.4900.990.2689.5298.9437.06
Hex60BC1310631A5a6325
Octal14027416101433213214345
Binary1100000101111001110001011000111101010110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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