Shades of Chartreuse #93FD04
Tints of Chartreuse #93FD04
RGB
CMYK
RGB Variations
Color information
#93FD04 (or 0x93FD04) is known color: Chartreuse. HEX triplet: 93, FD and 04. RGB value is (147,253,4). Sum of RGB (Red+Green+Blue) = 147+253+4=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #93FD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FD04 is #6C02FB. Grayscale: #C1C1C1. Windows color (decimal): -7078652 or 327059. OLE color: 327059.
HSL color Cylindrical-coordinate representation of color #93FD04: hue angle of 85.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93FD04 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.01 |
| HSL | 85.54º | 0.98% | 0.5% | - |
| HSV(B) | 85.54º | 0.98% | 0.99% | - |
| XYZ | 47.18 | 76.46 | 12.39 | - |
| YUV | 192.92 | 21.38 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 4 | 0.42 | 0 | 0.98 | 0.01 | 85.54 | 0.98 | 0.5 |
| Hex | 93 | FD | 4 | 2A | 0 | 62 | 1 | 56 | 62 | 32 |
| Octal | 223 | 375 | 4 | 52 | 0 | 142 | 1 | 126 | 142 | 62 |
| Binary | 10010011 | 11111101 | 100 | 101010 | 0 | 1100010 | 1 | 1010110 | 1100010 | 110010 |
Color Harmonies of #93FD04
Complementary color
Monochromatic Colors of #93FD04
Black with #93FD04
Text Example
Text Example
White with #93FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FD04; }
p { color: rgb(147,253,4); }
H1.HeaderClassName
{
color: #93FD04;
}
.AnyTagClassName
{
color: #93FD04;
}
</style>
background-color css
<style>
a { background-color: #93FD04; }
a { background-color: rgb(147,253,4); }
div.DivClassName
{
background-color: #93FD04;
}
.BgClassName
{
background-color: #93FD04;
}
</style>
border-color css
<style>
span { border-color: #93FD04; }
span { border-color: rgb(147,253,4); }
td.TdClassName
{
border-color: #93FD04;
}
.TagClassName
{
border-color: #93FD04;
}
</style>