#66DD12

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

Shades of Bright Green #66DD12

Tints of Bright Green #66DD12

Color information

#66DD12 (or 0x66DD12) is unknown color: approx Bright Green. HEX triplet: 66, DD and 12. RGB value is (102,221,18). Sum of RGB (Red+Green+Blue) = 102+221+18=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DD12 is #9922ED. Grayscale: #A2A2A2. Windows color (decimal): -10035950 or 1236326. OLE color: 1236326.

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

Color convert

RGB10222118-
CMYK0.5400.920.13
HSL95.17º84.94%46.86%-
HSV(B)95.17º91.86%86.67%-
XYZ31.4554.589.45-
YUV162.2846.5885.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 221 (86.72% from 255) = 64.81%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=29.91%
G=64.81%
B=5.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221180.5400.920.1395.1784.9446.86
Hex66DD123605CD5f552f
Octal146335226601341513712557
Binary1100110110111011001011011001011100110110111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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