#66EF10

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

Shades of Bright Green #66EF10

Tints of Bright Green #66EF10

Color information

#66EF10 (or 0x66EF10) is unknown color: approx Bright Green. HEX triplet: 66, EF and 10. RGB value is (102,239,16). Sum of RGB (Red+Green+Blue) = 102+239+16=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 239 (93.75% from 255 or 66.95% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EF10 is #9910EF. Grayscale: #ADADAD. Windows color (decimal): -10031344 or 1109862. OLE color: 1109862.

HSL color Cylindrical-coordinate representation of color #66EF10: hue angle of 96.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66EF10 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB10223916-
CMYK0.5700.930.06
HSL96.86º87.45%50%-
HSV(B)96.86º93.31%93.73%-
XYZ36.4464.611.04-
YUV172.6139.6177.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 239 (93.75% from 255) = 66.95%
BLUE value IS 16 (6.64% from 255) = 4.48%
R=28.57%
G=66.95%
B=4.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal102239160.5700.930.0696.8687.4550
Hex66EF103905D6615732
Octal14635720710135614112762
Binary110011011101111100001110010101110111011000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,16); }

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

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

 a { background-color: rgb(102,239,16); }

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

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

 span { border-color: rgb(102,239,16); }

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