#60BD12

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

Shades of Kelly Green #60BD12

Tints of Kelly Green #60BD12

Color information

#60BD12 (or 0x60BD12) is unknown color: approx Kelly Green. HEX triplet: 60, BD and 12. RGB value is (96,189,18). Sum of RGB (Red+Green+Blue) = 96+189+18=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BD12 is #9F42ED. Grayscale: #8E8E8E. Windows color (decimal): -10437358 or 1228128. OLE color: 1228128.

HSL color Cylindrical-coordinate representation of color #60BD12: hue angle of 92.63º degrees, saturation: 0.83, 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 #60BD12 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB9618918-
CMYK0.4900.900.26
HSL92.63º82.61%40.59%-
HSV(B)92.63º90.48%74.12%-
XYZ23.1338.936.87-
YUV141.758.1995.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 189 (74.22% from 255) = 62.38%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=31.68%
G=62.38%
B=5.94%

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
Decimal96189180.4900.900.2692.6382.6140.59
Hex60BD123105A1A5d5329
Octal140275226101323213512351
Binary11000001011110110010110001010110101101010111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,18); }

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

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

 a { background-color: rgb(96,189,18); }

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

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

 span { border-color: rgb(96,189,18); }

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