Shades of Chartreuse #93FE0D
Tints of Chartreuse #93FE0D
RGB
CMYK
RGB Variations
Color information
#93FE0D (or 0x93FE0D) is known color: Chartreuse. HEX triplet: 93, FE and 0D. RGB value is (147,254,13). Sum of RGB (Red+Green+Blue) = 147+254+13=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #93FE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FE0D is #6C01F2. Grayscale: #C3C3C3. Windows color (decimal): -7078387 or 917139. OLE color: 917139.
HSL color Cylindrical-coordinate representation of color #93FE0D: hue angle of 86.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93FE0D is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 13 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.00 |
| HSL | 86.64º | 0.99% | 0.52% | - |
| HSV(B) | 86.64º | 0.95% | 1% | - |
| XYZ | 47.55 | 77.12 | 12.76 | - |
| YUV | 194.53 | 25.55 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 13 | 0.42 | 0 | 0.95 | 0.00 | 86.64 | 0.99 | 0.52 |
| Hex | 93 | FE | D | 2A | 0 | 5F | 0 | 57 | 63 | 34 |
| Octal | 223 | 376 | 15 | 52 | 0 | 137 | 0 | 127 | 143 | 64 |
| Binary | 10010011 | 11111110 | 1101 | 101010 | 0 | 1011111 | 0 | 1010111 | 1100011 | 110100 |
Color Harmonies of #93FE0D
Complementary color
Monochromatic Colors of #93FE0D
Black with #93FE0D
Text Example
Text Example
White with #93FE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FE0D; }
p { color: rgb(147,254,13); }
H1.HeaderClassName
{
color: #93FE0D;
}
.AnyTagClassName
{
color: #93FE0D;
}
</style>
background-color css
<style>
a { background-color: #93FE0D; }
a { background-color: rgb(147,254,13); }
div.DivClassName
{
background-color: #93FE0D;
}
.BgClassName
{
background-color: #93FE0D;
}
</style>
border-color css
<style>
span { border-color: #93FE0D; }
span { border-color: rgb(147,254,13); }
td.TdClassName
{
border-color: #93FE0D;
}
.TagClassName
{
border-color: #93FE0D;
}
</style>