#66DE0E

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

Shades of Bright Green #66DE0E

Tints of Bright Green #66DE0E

Color information

#66DE0E (or 0x66DE0E) is unknown color: approx Bright Green. HEX triplet: 66, DE and 0E. RGB value is (102,222,14). Sum of RGB (Red+Green+Blue) = 102+222+14=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 222 (87.11% from 255 or 65.68% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DE0E is #9921F1. Grayscale: #A3A3A3. Windows color (decimal): -10035698 or 974438. OLE color: 974438.

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

Color convert

RGB10222214-
CMYK0.5400.940.13
HSL94.62º88.14%46.27%-
HSV(B)94.62º93.69%87.06%-
XYZ31.6855.19.38-
YUV162.4144.2484.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 222 (87.11% from 255) = 65.68%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=30.18%
G=65.68%
B=4.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102222140.5400.940.1394.6288.1446.27
Hex66DEE3605ED5f582e
Octal146336166601361513713056
Binary110011011011110111011011001011110110110111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,14); }

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

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

 a { background-color: rgb(102,222,14); }

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

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

 span { border-color: rgb(102,222,14); }

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