Shades of Bright Green #66EF0B
Tints of Bright Green #66EF0B
RGB
CMYK
RGB Variations
Color information
#66EF0B (or 0x66EF0B) is known color: Bright Green. HEX triplet: 66, EF and 0B. RGB value is (102,239,11). Sum of RGB (Red+Green+Blue) = 102+239+11=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EF0B is #9910F4. Grayscale: #ACACAC. Windows color (decimal): -10031349 or 782182. OLE color: 782182.
HSL color Cylindrical-coordinate representation of color #66EF0B: hue angle of 96.05º degrees, saturation: 0.91, 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 #66EF0B is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 11 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.06 |
| HSL | 96.05º | 0.91% | 0.49% | - |
| HSV(B) | 96.05º | 0.95% | 0.94% | - |
| XYZ | 36.41 | 64.58 | 10.86 | - |
| YUV | 172.05 | 37.11 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 11 | 0.57 | 0 | 0.95 | 0.06 | 96.05 | 0.91 | 0.49 |
| Hex | 66 | EF | B | 39 | 0 | 5F | 6 | 60 | 5B | 31 |
| Octal | 146 | 357 | 13 | 71 | 0 | 137 | 6 | 140 | 133 | 61 |
| Binary | 1100110 | 11101111 | 1011 | 111001 | 0 | 1011111 | 110 | 1100000 | 1011011 | 110001 |
Color Harmonies of #66EF0B
Complementary color
Monochromatic Colors of #66EF0B
Black with #66EF0B
Text Example
Text Example
White with #66EF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EF0B; }
p { color: rgb(102,239,11); }
H1.HeaderClassName
{
color: #66EF0B;
}
.AnyTagClassName
{
color: #66EF0B;
}
</style>
background-color css
<style>
a { background-color: #66EF0B; }
a { background-color: rgb(102,239,11); }
div.DivClassName
{
background-color: #66EF0B;
}
.BgClassName
{
background-color: #66EF0B;
}
</style>
border-color css
<style>
span { border-color: #66EF0B; }
span { border-color: rgb(102,239,11); }
td.TdClassName
{
border-color: #66EF0B;
}
.TagClassName
{
border-color: #66EF0B;
}
</style>