#66DD0F

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

Shades of Bright Green #66DD0F

Tints of Bright Green #66DD0F

Color information

#66DD0F (or 0x66DD0F) is unknown color: approx Bright Green. HEX triplet: 66, DD and 0F. RGB value is (102,221,15). Sum of RGB (Red+Green+Blue) = 102+221+15=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DD0F is #9922F0. Grayscale: #A2A2A2. Windows color (decimal): -10035953 or 1039718. OLE color: 1039718.

HSL color Cylindrical-coordinate representation of color #66DD0F: hue angle of 94.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66DD0F is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB10222115-
CMYK0.5400.930.13
HSL94.66º87.29%46.27%-
HSV(B)94.66º93.21%86.67%-
XYZ31.4254.579.33-
YUV161.9445.0885.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 221 (86.72% from 255) = 65.38%
BLUE value IS 15 (6.25% from 255) = 4.44%
R=30.18%
G=65.38%
B=4.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221150.5400.930.1394.6687.2946.27
Hex66DDF3605DD5f572e
Octal146335176601351513712756
Binary110011011011101111111011001011101110110111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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