#62DD12

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

Shades of Bright Green #62DD12

Tints of Bright Green #62DD12

Color information

#62DD12 (or 0x62DD12) is unknown color: approx Bright Green. HEX triplet: 62, DD and 12. RGB value is (98,221,18). Sum of RGB (Red+Green+Blue) = 98+221+18=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DD12 is #9D22ED. Grayscale: #A1A1A1. Windows color (decimal): -10298094 or 1236322. OLE color: 1236322.

HSL color Cylindrical-coordinate representation of color #62DD12: hue angle of 96.35º 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 #62DD12 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB9822118-
CMYK0.5600.920.13
HSL96.35º84.94%46.86%-
HSV(B)96.35º91.86%86.67%-
XYZ3154.359.43-
YUV161.0847.2583.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 221 (86.72% from 255) = 65.58%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=29.08%
G=65.58%
B=5.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98221180.5600.920.1396.3584.9446.86
Hex62DD123805CD60552f
Octal142335227001341514012557
Binary1100010110111011001011100001011100110111000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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