Shades of Citrus #93D20B
Tints of Citrus #93D20B
RGB
CMYK
RGB Variations
Color information
#93D20B (or 0x93D20B) is known color: Citrus. HEX triplet: 93, D2 and 0B. RGB value is (147,210,11). Sum of RGB (Red+Green+Blue) = 147+210+11=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #93D20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D20B is #6C2DF4. Grayscale: #A9A9A9. Windows color (decimal): -7089653 or 774803. OLE color: 774803.
HSL color Cylindrical-coordinate representation of color #93D20B: hue angle of 78.99º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93D20B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 11 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.18 |
| HSL | 78.99º | 0.9% | 0.43% | - |
| HSV(B) | 78.99º | 0.95% | 0.82% | - |
| XYZ | 35.14 | 52.32 | 8.56 | - |
| YUV | 168.48 | 39.13 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 11 | 0.30 | 0 | 0.95 | 0.18 | 78.99 | 0.9 | 0.43 |
| Hex | 93 | D2 | B | 1E | 0 | 5F | 12 | 4F | 5A | 2B |
| Octal | 223 | 322 | 13 | 36 | 0 | 137 | 22 | 117 | 132 | 53 |
| Binary | 10010011 | 11010010 | 1011 | 11110 | 0 | 1011111 | 10010 | 1001111 | 1011010 | 101011 |
Color Harmonies of #93D20B
Complementary color
Monochromatic Colors of #93D20B
Black with #93D20B
Text Example
Text Example
White with #93D20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D20B; }
p { color: rgb(147,210,11); }
H1.HeaderClassName
{
color: #93D20B;
}
.AnyTagClassName
{
color: #93D20B;
}
</style>
background-color css
<style>
a { background-color: #93D20B; }
a { background-color: rgb(147,210,11); }
div.DivClassName
{
background-color: #93D20B;
}
.BgClassName
{
background-color: #93D20B;
}
</style>
border-color css
<style>
span { border-color: #93D20B; }
span { border-color: rgb(147,210,11); }
td.TdClassName
{
border-color: #93D20B;
}
.TagClassName
{
border-color: #93D20B;
}
</style>