#66F516

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

Shades of Bright Green #66F516

Tints of Bright Green #66F516

Color information

#66F516 (or 0x66F516) is unknown color: approx Bright Green. HEX triplet: 66, F5 and 16. RGB value is (102,245,22). Sum of RGB (Red+Green+Blue) = 102+245+22=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #66F516 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F516 is #990AE9. Grayscale: #B1B1B1. Windows color (decimal): -10029802 or 1504614. OLE color: 1504614.

HSL color Cylindrical-coordinate representation of color #66F516: hue angle of 98.48º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66F516 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB10224522-
CMYK0.5800.910.04
HSL98.48º91.77%52.35%-
HSV(B)98.48º91.02%96.08%-
XYZ38.2868.1911.9-
YUV176.8240.6274.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 245 (96.09% from 255) = 66.40%
BLUE value IS 22 (8.98% from 255) = 5.96%
R=27.64%
G=66.40%
B=5.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102245220.5800.910.0498.4891.7752.35
Hex66F5163A05B4625c34
Octal14636526720133414213464
Binary110011011110101101101110100101101110011000101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,245,22); }

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

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

 a { background-color: rgb(102,245,22); }

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

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

 span { border-color: rgb(102,245,22); }

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