Shades of Bright Green #66D700
Tints of Bright Green #66D700
RGB
CMYK
RGB Variations
Color information
#66D700 (or 0x66D700) is known color: Bright Green. HEX triplet: 66, D7 and 00. RGB value is (102,215,0). Sum of RGB (Red+Green+Blue) = 102+215+0=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #66D700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D700 is #9928FF. Grayscale: #9D9D9D. Windows color (decimal): -10037504 or 55142. OLE color: 55142.
HSL color Cylindrical-coordinate representation of color #66D700: hue angle of 91.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66D700 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.16 |
| HSL | 91.53º | 1% | 0.42% | - |
| HSV(B) | 91.53º | 1% | 0.84% | - |
| XYZ | 29.78 | 51.43 | 8.36 | - |
| YUV | 156.7 | 39.56 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 0 | 0.53 | 0 | 1 | 0.16 | 91.53 | 1 | 0.42 |
| Hex | 66 | D7 | 0 | 35 | 0 | 64 | 10 | 5C | 64 | 2A |
| Octal | 146 | 327 | 0 | 65 | 0 | 144 | 20 | 134 | 144 | 52 |
| Binary | 1100110 | 11010111 | 0 | 110101 | 0 | 1100100 | 10000 | 1011100 | 1100100 | 101010 |
Color Harmonies of #66D700
Complementary color
Monochromatic Colors of #66D700
Black with #66D700
Text Example
Text Example
White with #66D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D700; }
p { color: rgb(102,215,0); }
H1.HeaderClassName
{
color: #66D700;
}
.AnyTagClassName
{
color: #66D700;
}
</style>
background-color css
<style>
a { background-color: #66D700; }
a { background-color: rgb(102,215,0); }
div.DivClassName
{
background-color: #66D700;
}
.BgClassName
{
background-color: #66D700;
}
</style>
border-color css
<style>
span { border-color: #66D700; }
span { border-color: rgb(102,215,0); }
td.TdClassName
{
border-color: #66D700;
}
.TagClassName
{
border-color: #66D700;
}
</style>