Shades of Bright Green #66DF0F
Tints of Bright Green #66DF0F
RGB
CMYK
RGB Variations
Color information
#66DF0F (or 0x66DF0F) is known color: Bright Green. HEX triplet: 66, DF and 0F. RGB value is (102,223,15). Sum of RGB (Red+Green+Blue) = 102+223+15=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 223 (87.5% from 255 or 65.59% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DF0F is #9920F0. Grayscale: #A3A3A3. Windows color (decimal): -10035441 or 1040230. OLE color: 1040230.
HSL color Cylindrical-coordinate representation of color #66DF0F: hue angle of 94.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66DF0F is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 15 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.13 |
| HSL | 94.9º | 0.87% | 0.47% | - |
| HSV(B) | 94.9º | 0.93% | 0.87% | - |
| XYZ | 31.95 | 55.63 | 9.51 | - |
| YUV | 163.11 | 44.41 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 15 | 0.54 | 0 | 0.93 | 0.13 | 94.9 | 0.87 | 0.47 |
| Hex | 66 | DF | F | 36 | 0 | 5D | D | 5F | 57 | 2F |
| Octal | 146 | 337 | 17 | 66 | 0 | 135 | 15 | 137 | 127 | 57 |
| Binary | 1100110 | 11011111 | 1111 | 110110 | 0 | 1011101 | 1101 | 1011111 | 1010111 | 101111 |
Color Harmonies of #66DF0F
Complementary color
Monochromatic Colors of #66DF0F
Black with #66DF0F
Text Example
Text Example
White with #66DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF0F; }
p { color: rgb(102,223,15); }
H1.HeaderClassName
{
color: #66DF0F;
}
.AnyTagClassName
{
color: #66DF0F;
}
</style>
background-color css
<style>
a { background-color: #66DF0F; }
a { background-color: rgb(102,223,15); }
div.DivClassName
{
background-color: #66DF0F;
}
.BgClassName
{
background-color: #66DF0F;
}
</style>
border-color css
<style>
span { border-color: #66DF0F; }
span { border-color: rgb(102,223,15); }
td.TdClassName
{
border-color: #66DF0F;
}
.TagClassName
{
border-color: #66DF0F;
}
</style>