Shades of Chartreuse #93FF10
Tints of Chartreuse #93FF10
RGB
CMYK
RGB Variations
Color information
#93FF10 (or 0x93FF10) is known color: Chartreuse. HEX triplet: 93, FF and 10. RGB value is (147,255,16). Sum of RGB (Red+Green+Blue) = 147+255+16=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FF10 is #6C00EF. Grayscale: #C4C4C4. Windows color (decimal): -7078128 or 1114003. OLE color: 1114003.
HSL color Cylindrical-coordinate representation of color #93FF10: hue angle of 87.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93FF10 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 16 | - |
| CMYK | 0.42 | 0 | 0.94 | 0 |
| HSL | 87.11º | 1% | 0.53% | - |
| HSV(B) | 87.11º | 0.94% | 1% | - |
| XYZ | 47.89 | 77.76 | 12.98 | - |
| YUV | 195.46 | 26.72 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 16 | 0.42 | 0 | 0.94 | 0 | 87.11 | 1 | 0.53 |
| Hex | 93 | FF | 10 | 2A | 0 | 5E | 0 | 57 | 64 | 35 |
| Octal | 223 | 377 | 20 | 52 | 0 | 136 | 0 | 127 | 144 | 65 |
| Binary | 10010011 | 11111111 | 10000 | 101010 | 0 | 1011110 | 0 | 1010111 | 1100100 | 110101 |
Color Harmonies of #93FF10
Complementary color
Monochromatic Colors of #93FF10
Black with #93FF10
Text Example
Text Example
White with #93FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF10; }
p { color: rgb(147,255,16); }
H1.HeaderClassName
{
color: #93FF10;
}
.AnyTagClassName
{
color: #93FF10;
}
</style>
background-color css
<style>
a { background-color: #93FF10; }
a { background-color: rgb(147,255,16); }
div.DivClassName
{
background-color: #93FF10;
}
.BgClassName
{
background-color: #93FF10;
}
</style>
border-color css
<style>
span { border-color: #93FF10; }
span { border-color: rgb(147,255,16); }
td.TdClassName
{
border-color: #93FF10;
}
.TagClassName
{
border-color: #93FF10;
}
</style>