Shades of Chartreuse #93FA0B
Tints of Chartreuse #93FA0B
RGB
CMYK
RGB Variations
Color information
#93FA0B (or 0x93FA0B) is known color: Chartreuse. HEX triplet: 93, FA and 0B. RGB value is (147,250,11). Sum of RGB (Red+Green+Blue) = 147+250+11=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FA0B is #6C05F4. Grayscale: #C0C0C0. Windows color (decimal): -7079413 or 785043. OLE color: 785043.
HSL color Cylindrical-coordinate representation of color #93FA0B: hue angle of 85.86º degrees, saturation: 0.96, 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 #93FA0B is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 11 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.02 |
| HSL | 85.86º | 0.96% | 0.51% | - |
| HSV(B) | 85.86º | 0.96% | 0.98% | - |
| XYZ | 46.28 | 74.6 | 12.28 | - |
| YUV | 191.96 | 25.88 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 11 | 0.41 | 0 | 0.96 | 0.02 | 85.86 | 0.96 | 0.51 |
| Hex | 93 | FA | B | 29 | 0 | 60 | 2 | 56 | 60 | 33 |
| Octal | 223 | 372 | 13 | 51 | 0 | 140 | 2 | 126 | 140 | 63 |
| Binary | 10010011 | 11111010 | 1011 | 101001 | 0 | 1100000 | 10 | 1010110 | 1100000 | 110011 |
Color Harmonies of #93FA0B
Complementary color
Monochromatic Colors of #93FA0B
Black with #93FA0B
Text Example
Text Example
White with #93FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FA0B; }
p { color: rgb(147,250,11); }
H1.HeaderClassName
{
color: #93FA0B;
}
.AnyTagClassName
{
color: #93FA0B;
}
</style>
background-color css
<style>
a { background-color: #93FA0B; }
a { background-color: rgb(147,250,11); }
div.DivClassName
{
background-color: #93FA0B;
}
.BgClassName
{
background-color: #93FA0B;
}
</style>
border-color css
<style>
span { border-color: #93FA0B; }
span { border-color: rgb(147,250,11); }
td.TdClassName
{
border-color: #93FA0B;
}
.TagClassName
{
border-color: #93FA0B;
}
</style>