Shades of Bright Green #66F032
Tints of Bright Green #66F032
RGB
CMYK
RGB Variations
Color information
#66F032 (or 0x66F032) is known color: Bright Green. HEX triplet: 66, F0 and 32. RGB value is (102,240,50). Sum of RGB (Red+Green+Blue) = 102+240+50=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #66F032 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F032 is #990FCD. Grayscale: #B1B1B1. Windows color (decimal): -10031054 or 3338342. OLE color: 3338342.
HSL color Cylindrical-coordinate representation of color #66F032: hue angle of 103.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66F032 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 50 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.06 |
| HSL | 103.58º | 0.86% | 0.57% | - |
| HSV(B) | 103.58º | 0.79% | 0.94% | - |
| XYZ | 37.22 | 65.38 | 13.67 | - |
| YUV | 177.08 | 56.28 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 50 | 0.58 | 0 | 0.79 | 0.06 | 103.58 | 0.86 | 0.57 |
| Hex | 66 | F0 | 32 | 3A | 0 | 4F | 6 | 68 | 56 | 39 |
| Octal | 146 | 360 | 62 | 72 | 0 | 117 | 6 | 150 | 126 | 71 |
| Binary | 1100110 | 11110000 | 110010 | 111010 | 0 | 1001111 | 110 | 1101000 | 1010110 | 111001 |
Color Harmonies of #66F032
Complementary color
Monochromatic Colors of #66F032
Black with #66F032
Text Example
Text Example
White with #66F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F032; }
p { color: rgb(102,240,50); }
H1.HeaderClassName
{
color: #66F032;
}
.AnyTagClassName
{
color: #66F032;
}
</style>
background-color css
<style>
a { background-color: #66F032; }
a { background-color: rgb(102,240,50); }
div.DivClassName
{
background-color: #66F032;
}
.BgClassName
{
background-color: #66F032;
}
</style>
border-color css
<style>
span { border-color: #66F032; }
span { border-color: rgb(102,240,50); }
td.TdClassName
{
border-color: #66F032;
}
.TagClassName
{
border-color: #66F032;
}
</style>