Shades of Bright Green #66EF0C
Tints of Bright Green #66EF0C
RGB
CMYK
RGB Variations
Color information
#66EF0C (or 0x66EF0C) is known color: Bright Green. HEX triplet: 66, EF and 0C. RGB value is (102,239,12). Sum of RGB (Red+Green+Blue) = 102+239+12=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EF0C is #9910F3. Grayscale: #ACACAC. Windows color (decimal): -10031348 or 847718. OLE color: 847718.
HSL color Cylindrical-coordinate representation of color #66EF0C: hue angle of 96.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66EF0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.06 |
| HSL | 96.21º | 0.9% | 0.49% | - |
| HSV(B) | 96.21º | 0.95% | 0.94% | - |
| XYZ | 36.41 | 64.58 | 10.89 | - |
| YUV | 172.16 | 37.61 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 12 | 0.57 | 0 | 0.95 | 0.06 | 96.21 | 0.9 | 0.49 |
| Hex | 66 | EF | C | 39 | 0 | 5F | 6 | 60 | 5A | 31 |
| Octal | 146 | 357 | 14 | 71 | 0 | 137 | 6 | 140 | 132 | 61 |
| Binary | 1100110 | 11101111 | 1100 | 111001 | 0 | 1011111 | 110 | 1100000 | 1011010 | 110001 |
Color Harmonies of #66EF0C
Complementary color
Monochromatic Colors of #66EF0C
Black with #66EF0C
Text Example
Text Example
White with #66EF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EF0C; }
p { color: rgb(102,239,12); }
H1.HeaderClassName
{
color: #66EF0C;
}
.AnyTagClassName
{
color: #66EF0C;
}
</style>
background-color css
<style>
a { background-color: #66EF0C; }
a { background-color: rgb(102,239,12); }
div.DivClassName
{
background-color: #66EF0C;
}
.BgClassName
{
background-color: #66EF0C;
}
</style>
border-color css
<style>
span { border-color: #66EF0C; }
span { border-color: rgb(102,239,12); }
td.TdClassName
{
border-color: #66EF0C;
}
.TagClassName
{
border-color: #66EF0C;
}
</style>