#66ED00

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

Shades of Bright Green #66ED00

Tints of Bright Green #66ED00

Color information

#66ED00 (or 0x66ED00) is unknown color: approx Bright Green. HEX triplet: 66, ED and 00. RGB value is (102,237,0). Sum of RGB (Red+Green+Blue) = 102+237+0=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66ED00 is #9912FF. Grayscale: #AAAAAA. Windows color (decimal): -10031872 or 60774. OLE color: 60774.

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

Color convert

RGB1022370-
CMYK0.57010.07
HSL94.18º100%46.47%-
HSV(B)94.18º100%92.94%-
XYZ35.7663.3910.35-
YUV169.6232.2779.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 237 (92.97% from 255) = 69.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.09%
G=69.91%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10223700.57010.0794.1810046.47
Hex66ED03906475e642e
Octal1463550710144713614456
Binary11001101110110101110010110010011110111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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