Shades of Chartreuse #93FB0B
Tints of Chartreuse #93FB0B
RGB
CMYK
RGB Variations
Color information
#93FB0B (or 0x93FB0B) is known color: Chartreuse. HEX triplet: 93, FB and 0B. RGB value is (147,251,11). Sum of RGB (Red+Green+Blue) = 147+251+11=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 251 (98.44% from 255 or 61.37% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 251 - color contains mainly: green. Hex color #93FB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FB0B is #6C04F4. Grayscale: #C1C1C1. Windows color (decimal): -7079157 or 785299. OLE color: 785299.
HSL color Cylindrical-coordinate representation of color #93FB0B: hue angle of 86º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93FB0B is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 11 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.02 |
| HSL | 86º | 0.97% | 0.51% | - |
| HSV(B) | 86º | 0.96% | 0.98% | - |
| XYZ | 46.59 | 75.22 | 12.38 | - |
| YUV | 192.54 | 25.54 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 11 | 0.41 | 0 | 0.96 | 0.02 | 86 | 0.97 | 0.51 |
| Hex | 93 | FB | B | 29 | 0 | 60 | 2 | 56 | 61 | 33 |
| Octal | 223 | 373 | 13 | 51 | 0 | 140 | 2 | 126 | 141 | 63 |
| Binary | 10010011 | 11111011 | 1011 | 101001 | 0 | 1100000 | 10 | 1010110 | 1100001 | 110011 |
Color Harmonies of #93FB0B
Complementary color
Monochromatic Colors of #93FB0B
Black with #93FB0B
Text Example
Text Example
White with #93FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FB0B; }
p { color: rgb(147,251,11); }
H1.HeaderClassName
{
color: #93FB0B;
}
.AnyTagClassName
{
color: #93FB0B;
}
</style>
background-color css
<style>
a { background-color: #93FB0B; }
a { background-color: rgb(147,251,11); }
div.DivClassName
{
background-color: #93FB0B;
}
.BgClassName
{
background-color: #93FB0B;
}
</style>
border-color css
<style>
span { border-color: #93FB0B; }
span { border-color: rgb(147,251,11); }
td.TdClassName
{
border-color: #93FB0B;
}
.TagClassName
{
border-color: #93FB0B;
}
</style>