#66ED0A

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

Shades of Bright Green #66ED0A

Tints of Bright Green #66ED0A

Color information

#66ED0A (or 0x66ED0A) is unknown color: approx Bright Green. HEX triplet: 66, ED and 0A. RGB value is (102,237,10). Sum of RGB (Red+Green+Blue) = 102+237+10=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66ED0A is #9912F5. Grayscale: #ABABAB. Windows color (decimal): -10031862 or 716134. OLE color: 716134.

HSL color Cylindrical-coordinate representation of color #66ED0A: hue angle of 95.68º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66ED0A is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB10223710-
CMYK0.5700.960.07
HSL95.68º91.9%48.43%-
HSV(B)95.68º95.78%92.94%-
XYZ35.8263.4210.64-
YUV170.7637.2778.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 237 (92.97% from 255) = 67.91%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=29.23%
G=67.91%
B=2.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102237100.5700.960.0795.6891.948.43
Hex66EDA390607605c30
Octal14635512710140714013460
Binary11001101110110110101110010110000011111000001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,10); }

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

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

 a { background-color: rgb(102,237,10); }

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

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

 span { border-color: rgb(102,237,10); }

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