#60BC13

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

Shades of Kelly Green #60BC13

Tints of Kelly Green #60BC13

Color information

#60BC13 (or 0x60BC13) is unknown color: approx Kelly Green. HEX triplet: 60, BC and 13. RGB value is (96,188,19). Sum of RGB (Red+Green+Blue) = 96+188+19=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC13 is #9F43EC. Grayscale: #8D8D8D. Windows color (decimal): -10437613 or 1293408. OLE color: 1293408.

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

Color convert

RGB9618819-
CMYK0.4900.900.26
HSL92.66º81.64%40.59%-
HSV(B)92.66º89.89%73.73%-
XYZ22.9238.56.84-
YUV141.2359.0295.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 188 (73.83% from 255) = 62.05%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=31.68%
G=62.05%
B=6.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96188190.4900.900.2692.6681.6440.59
Hex60BC133105A1A5d5229
Octal140274236101323213512251
Binary11000001011110010011110001010110101101010111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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