Shades of Citrus #93BD07
Tints of Citrus #93BD07
RGB
CMYK
RGB Variations
Color information
#93BD07 (or 0x93BD07) is known color: Citrus. HEX triplet: 93, BD and 07. RGB value is (147,189,7). Sum of RGB (Red+Green+Blue) = 147+189+7=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BD07 is #6C42F8. Grayscale: #9C9C9C. Windows color (decimal): -7095033 or 507283. OLE color: 507283.
HSL color Cylindrical-coordinate representation of color #93BD07: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93BD07 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 7 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.26 |
| HSL | 73.85º | 0.93% | 0.38% | - |
| HSV(B) | 73.85º | 0.96% | 0.74% | - |
| XYZ | 30.27 | 42.61 | 6.83 | - |
| YUV | 155.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 7 | 0.22 | 0 | 0.96 | 0.26 | 73.85 | 0.93 | 0.38 |
| Hex | 93 | BD | 7 | 16 | 0 | 60 | 1A | 4A | 5D | 26 |
| Octal | 223 | 275 | 7 | 26 | 0 | 140 | 32 | 112 | 135 | 46 |
| Binary | 10010011 | 10111101 | 111 | 10110 | 0 | 1100000 | 11010 | 1001010 | 1011101 | 100110 |
Color Harmonies of #93BD07
Complementary color
Monochromatic Colors of #93BD07
Black with #93BD07
Text Example
Text Example
White with #93BD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD07; }
p { color: rgb(147,189,7); }
H1.HeaderClassName
{
color: #93BD07;
}
.AnyTagClassName
{
color: #93BD07;
}
</style>
background-color css
<style>
a { background-color: #93BD07; }
a { background-color: rgb(147,189,7); }
div.DivClassName
{
background-color: #93BD07;
}
.BgClassName
{
background-color: #93BD07;
}
</style>
border-color css
<style>
span { border-color: #93BD07; }
span { border-color: rgb(147,189,7); }
td.TdClassName
{
border-color: #93BD07;
}
.TagClassName
{
border-color: #93BD07;
}
</style>