Shades of Citrus #93D403
Tints of Citrus #93D403
RGB
CMYK
RGB Variations
Color information
#93D403 (or 0x93D403) is known color: Citrus. HEX triplet: 93, D4 and 03. RGB value is (147,212,3). Sum of RGB (Red+Green+Blue) = 147+212+3=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 212 (83.20% from 255 or 58.56% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 212 - color contains mainly: green. Hex color #93D403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D403 is #6C2BFC. Grayscale: #A9A9A9. Windows color (decimal): -7089149 or 251027. OLE color: 251027.
HSL color Cylindrical-coordinate representation of color #93D403: hue angle of 78.66º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93D403 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.17 |
| HSL | 78.66º | 0.97% | 0.42% | - |
| HSV(B) | 78.66º | 0.99% | 0.83% | - |
| XYZ | 35.59 | 53.3 | 8.5 | - |
| YUV | 168.74 | 34.47 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 3 | 0.31 | 0 | 0.99 | 0.17 | 78.66 | 0.97 | 0.42 |
| Hex | 93 | D4 | 3 | 1F | 0 | 63 | 11 | 4F | 61 | 2A |
| Octal | 223 | 324 | 3 | 37 | 0 | 143 | 21 | 117 | 141 | 52 |
| Binary | 10010011 | 11010100 | 11 | 11111 | 0 | 1100011 | 10001 | 1001111 | 1100001 | 101010 |
Color Harmonies of #93D403
Complementary color
Monochromatic Colors of #93D403
Black with #93D403
Text Example
Text Example
White with #93D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D403; }
p { color: rgb(147,212,3); }
H1.HeaderClassName
{
color: #93D403;
}
.AnyTagClassName
{
color: #93D403;
}
</style>
background-color css
<style>
a { background-color: #93D403; }
a { background-color: rgb(147,212,3); }
div.DivClassName
{
background-color: #93D403;
}
.BgClassName
{
background-color: #93D403;
}
</style>
border-color css
<style>
span { border-color: #93D403; }
span { border-color: rgb(147,212,3); }
td.TdClassName
{
border-color: #93D403;
}
.TagClassName
{
border-color: #93D403;
}
</style>