#60DD12

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

Shades of Bright Green #60DD12

Tints of Bright Green #60DD12

Color information

#60DD12 (or 0x60DD12) is unknown color: approx Bright Green. HEX triplet: 60, DD and 12. RGB value is (96,221,18). Sum of RGB (Red+Green+Blue) = 96+221+18=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DD12 is #9F22ED. Grayscale: #A1A1A1. Windows color (decimal): -10429166 or 1236320. OLE color: 1236320.

HSL color Cylindrical-coordinate representation of color #60DD12: hue angle of 96.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60DD12 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB9622118-
CMYK0.5700.920.13
HSL96.95º84.94%46.86%-
HSV(B)96.95º91.86%86.67%-
XYZ30.7954.249.42-
YUV160.4847.5982.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 221 (86.72% from 255) = 65.97%
BLUE value IS 18 (7.42% from 255) = 5.37%
R=28.66%
G=65.97%
B=5.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96221180.5700.920.1396.9584.9446.86
Hex60DD123905CD61552f
Octal140335227101341514112557
Binary1100000110111011001011100101011100110111000011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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