Shades of Bright Green #66DF1F
Tints of Bright Green #66DF1F
RGB
CMYK
RGB Variations
Color information
#66DF1F (or 0x66DF1F) is known color: Bright Green. HEX triplet: 66, DF and 1F. RGB value is (102,223,31). Sum of RGB (Red+Green+Blue) = 102+223+31=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF1F is #9920E0. Grayscale: #A5A5A5. Windows color (decimal): -10035425 or 2088806. OLE color: 2088806.
HSL color Cylindrical-coordinate representation of color #66DF1F: hue angle of 97.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66DF1F is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 31 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.13 |
| HSL | 97.81º | 0.76% | 0.5% | - |
| HSV(B) | 97.81º | 0.86% | 0.87% | - |
| XYZ | 32.11 | 55.7 | 10.35 | - |
| YUV | 164.93 | 52.41 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 31 | 0.54 | 0 | 0.86 | 0.13 | 97.81 | 0.76 | 0.5 |
| Hex | 66 | DF | 1F | 36 | 0 | 56 | D | 62 | 4C | 32 |
| Octal | 146 | 337 | 37 | 66 | 0 | 126 | 15 | 142 | 114 | 62 |
| Binary | 1100110 | 11011111 | 11111 | 110110 | 0 | 1010110 | 1101 | 1100010 | 1001100 | 110010 |
Color Harmonies of #66DF1F
Complementary color
Monochromatic Colors of #66DF1F
Black with #66DF1F
Text Example
Text Example
White with #66DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF1F; }
p { color: rgb(102,223,31); }
H1.HeaderClassName
{
color: #66DF1F;
}
.AnyTagClassName
{
color: #66DF1F;
}
</style>
background-color css
<style>
a { background-color: #66DF1F; }
a { background-color: rgb(102,223,31); }
div.DivClassName
{
background-color: #66DF1F;
}
.BgClassName
{
background-color: #66DF1F;
}
</style>
border-color css
<style>
span { border-color: #66DF1F; }
span { border-color: rgb(102,223,31); }
td.TdClassName
{
border-color: #66DF1F;
}
.TagClassName
{
border-color: #66DF1F;
}
</style>