Shades of Bright Green #66D703
Tints of Bright Green #66D703
RGB
CMYK
RGB Variations
Color information
#66D703 (or 0x66D703) is known color: Bright Green. HEX triplet: 66, D7 and 03. RGB value is (102,215,3). Sum of RGB (Red+Green+Blue) = 102+215+3=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #66D703 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D703 is #9928FC. Grayscale: #9D9D9D. Windows color (decimal): -10037501 or 251750. OLE color: 251750.
HSL color Cylindrical-coordinate representation of color #66D703: hue angle of 91.98º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66D703 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 3 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.16 |
| HSL | 91.98º | 0.97% | 0.43% | - |
| HSV(B) | 91.98º | 0.99% | 0.84% | - |
| XYZ | 29.8 | 51.43 | 8.44 | - |
| YUV | 157.05 | 41.06 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 3 | 0.53 | 0 | 0.99 | 0.16 | 91.98 | 0.97 | 0.43 |
| Hex | 66 | D7 | 3 | 35 | 0 | 63 | 10 | 5C | 61 | 2B |
| Octal | 146 | 327 | 3 | 65 | 0 | 143 | 20 | 134 | 141 | 53 |
| Binary | 1100110 | 11010111 | 11 | 110101 | 0 | 1100011 | 10000 | 1011100 | 1100001 | 101011 |
Color Harmonies of #66D703
Complementary color
Monochromatic Colors of #66D703
Black with #66D703
Text Example
Text Example
White with #66D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D703; }
p { color: rgb(102,215,3); }
H1.HeaderClassName
{
color: #66D703;
}
.AnyTagClassName
{
color: #66D703;
}
</style>
background-color css
<style>
a { background-color: #66D703; }
a { background-color: rgb(102,215,3); }
div.DivClassName
{
background-color: #66D703;
}
.BgClassName
{
background-color: #66D703;
}
</style>
border-color css
<style>
span { border-color: #66D703; }
span { border-color: rgb(102,215,3); }
td.TdClassName
{
border-color: #66D703;
}
.TagClassName
{
border-color: #66D703;
}
</style>