Shades of Bright Green #66DE1C
Tints of Bright Green #66DE1C
RGB
CMYK
RGB Variations
Color information
#66DE1C (or 0x66DE1C) is known color: Bright Green. HEX triplet: 66, DE and 1C. RGB value is (102,222,28). Sum of RGB (Red+Green+Blue) = 102+222+28=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE1C is #9921E3. Grayscale: #A4A4A4. Windows color (decimal): -10035684 or 1891942. OLE color: 1891942.
HSL color Cylindrical-coordinate representation of color #66DE1C: hue angle of 97.11º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66DE1C is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 28 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.13 |
| HSL | 97.11º | 0.78% | 0.49% | - |
| HSV(B) | 97.11º | 0.87% | 0.87% | - |
| XYZ | 31.81 | 55.15 | 10.07 | - |
| YUV | 164 | 51.24 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 28 | 0.54 | 0 | 0.87 | 0.13 | 97.11 | 0.78 | 0.49 |
| Hex | 66 | DE | 1C | 36 | 0 | 57 | D | 61 | 4E | 31 |
| Octal | 146 | 336 | 34 | 66 | 0 | 127 | 15 | 141 | 116 | 61 |
| Binary | 1100110 | 11011110 | 11100 | 110110 | 0 | 1010111 | 1101 | 1100001 | 1001110 | 110001 |
Color Harmonies of #66DE1C
Complementary color
Monochromatic Colors of #66DE1C
Black with #66DE1C
Text Example
Text Example
White with #66DE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE1C; }
p { color: rgb(102,222,28); }
H1.HeaderClassName
{
color: #66DE1C;
}
.AnyTagClassName
{
color: #66DE1C;
}
</style>
background-color css
<style>
a { background-color: #66DE1C; }
a { background-color: rgb(102,222,28); }
div.DivClassName
{
background-color: #66DE1C;
}
.BgClassName
{
background-color: #66DE1C;
}
</style>
border-color css
<style>
span { border-color: #66DE1C; }
span { border-color: rgb(102,222,28); }
td.TdClassName
{
border-color: #66DE1C;
}
.TagClassName
{
border-color: #66DE1C;
}
</style>