Shades of Chartreuse #93FB12
Tints of Chartreuse #93FB12
RGB
CMYK
RGB Variations
Color information
#93FB12 (or 0x93FB12) is known color: Chartreuse. HEX triplet: 93, FB and 12. RGB value is (147,251,18). Sum of RGB (Red+Green+Blue) = 147+251+18=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #93FB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FB12 is #6C04ED. Grayscale: #C2C2C2. Windows color (decimal): -7079150 or 1244051. OLE color: 1244051.
HSL color Cylindrical-coordinate representation of color #93FB12: hue angle of 86.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93FB12 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 18 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.02 |
| HSL | 86.78º | 0.97% | 0.53% | - |
| HSV(B) | 86.78º | 0.93% | 0.98% | - |
| XYZ | 46.64 | 75.24 | 12.64 | - |
| YUV | 193.34 | 29.04 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 18 | 0.41 | 0 | 0.93 | 0.02 | 86.78 | 0.97 | 0.53 |
| Hex | 93 | FB | 12 | 29 | 0 | 5D | 2 | 57 | 61 | 35 |
| Octal | 223 | 373 | 22 | 51 | 0 | 135 | 2 | 127 | 141 | 65 |
| Binary | 10010011 | 11111011 | 10010 | 101001 | 0 | 1011101 | 10 | 1010111 | 1100001 | 110101 |
Color Harmonies of #93FB12
Complementary color
Monochromatic Colors of #93FB12
Black with #93FB12
Text Example
Text Example
White with #93FB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FB12; }
p { color: rgb(147,251,18); }
H1.HeaderClassName
{
color: #93FB12;
}
.AnyTagClassName
{
color: #93FB12;
}
</style>
background-color css
<style>
a { background-color: #93FB12; }
a { background-color: rgb(147,251,18); }
div.DivClassName
{
background-color: #93FB12;
}
.BgClassName
{
background-color: #93FB12;
}
</style>
border-color css
<style>
span { border-color: #93FB12; }
span { border-color: rgb(147,251,18); }
td.TdClassName
{
border-color: #93FB12;
}
.TagClassName
{
border-color: #93FB12;
}
</style>