Shades of Citrus #93B40E
Tints of Citrus #93B40E
RGB
CMYK
RGB Variations
Color information
#93B40E (or 0x93B40E) is known color: Citrus. HEX triplet: 93, B4 and 0E. RGB value is (147,180,14). Sum of RGB (Red+Green+Blue) = 147+180+14=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #93B40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B40E is #6C4BF1. Grayscale: #979797. Windows color (decimal): -7097330 or 963731. OLE color: 963731.
HSL color Cylindrical-coordinate representation of color #93B40E: hue angle of 71.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93B40E is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 14 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.29 |
| HSL | 71.93º | 0.86% | 0.38% | - |
| HSV(B) | 71.93º | 0.92% | 0.71% | - |
| XYZ | 28.43 | 38.88 | 6.42 | - |
| YUV | 151.21 | 50.57 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 14 | 0.18 | 0 | 0.92 | 0.29 | 71.93 | 0.86 | 0.38 |
| Hex | 93 | B4 | E | 12 | 0 | 5C | 1D | 48 | 56 | 26 |
| Octal | 223 | 264 | 16 | 22 | 0 | 134 | 35 | 110 | 126 | 46 |
| Binary | 10010011 | 10110100 | 1110 | 10010 | 0 | 1011100 | 11101 | 1001000 | 1010110 | 100110 |
Color Harmonies of #93B40E
Complementary color
Monochromatic Colors of #93B40E
Black with #93B40E
Text Example
Text Example
White with #93B40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B40E; }
p { color: rgb(147,180,14); }
H1.HeaderClassName
{
color: #93B40E;
}
.AnyTagClassName
{
color: #93B40E;
}
</style>
background-color css
<style>
a { background-color: #93B40E; }
a { background-color: rgb(147,180,14); }
div.DivClassName
{
background-color: #93B40E;
}
.BgClassName
{
background-color: #93B40E;
}
</style>
border-color css
<style>
span { border-color: #93B40E; }
span { border-color: rgb(147,180,14); }
td.TdClassName
{
border-color: #93B40E;
}
.TagClassName
{
border-color: #93B40E;
}
</style>