Shades of Chartreuse #93FF0D
Tints of Chartreuse #93FF0D
RGB
CMYK
RGB Variations
Color information
#93FF0D (or 0x93FF0D) is known color: Chartreuse. HEX triplet: 93, FF and 0D. RGB value is (147,255,13). Sum of RGB (Red+Green+Blue) = 147+255+13=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FF0D is #6C00F2. Grayscale: #C3C3C3. Windows color (decimal): -7078131 or 917395. OLE color: 917395.
HSL color Cylindrical-coordinate representation of color #93FF0D: hue angle of 86.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93FF0D is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 13 | - |
| CMYK | 0.42 | 0 | 0.95 | 0 |
| HSL | 86.78º | 1% | 0.53% | - |
| HSV(B) | 86.78º | 0.95% | 1% | - |
| XYZ | 47.87 | 77.75 | 12.87 | - |
| YUV | 195.12 | 25.22 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 13 | 0.42 | 0 | 0.95 | 0 | 86.78 | 1 | 0.53 |
| Hex | 93 | FF | D | 2A | 0 | 5F | 0 | 57 | 64 | 35 |
| Octal | 223 | 377 | 15 | 52 | 0 | 137 | 0 | 127 | 144 | 65 |
| Binary | 10010011 | 11111111 | 1101 | 101010 | 0 | 1011111 | 0 | 1010111 | 1100100 | 110101 |
Color Harmonies of #93FF0D
Complementary color
Monochromatic Colors of #93FF0D
Black with #93FF0D
Text Example
Text Example
White with #93FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF0D; }
p { color: rgb(147,255,13); }
H1.HeaderClassName
{
color: #93FF0D;
}
.AnyTagClassName
{
color: #93FF0D;
}
</style>
background-color css
<style>
a { background-color: #93FF0D; }
a { background-color: rgb(147,255,13); }
div.DivClassName
{
background-color: #93FF0D;
}
.BgClassName
{
background-color: #93FF0D;
}
</style>
border-color css
<style>
span { border-color: #93FF0D; }
span { border-color: rgb(147,255,13); }
td.TdClassName
{
border-color: #93FF0D;
}
.TagClassName
{
border-color: #93FF0D;
}
</style>