Shades of Yellow Green #93BF2D
Tints of Yellow Green #93BF2D
RGB
CMYK
RGB Variations
Color information
#93BF2D (or 0x93BF2D) is known color: Yellow Green. HEX triplet: 93, BF and 2D. RGB value is (147,191,45). Sum of RGB (Red+Green+Blue) = 147+191+45=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BF2D is #6C40D2. Grayscale: #A1A1A1. Windows color (decimal): -7094483 or 2998163. OLE color: 2998163.
HSL color Cylindrical-coordinate representation of color #93BF2D: hue angle of 78.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93BF2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 45 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.25 |
| HSL | 78.08º | 0.62% | 0.46% | - |
| HSV(B) | 78.08º | 0.76% | 0.75% | - |
| XYZ | 31.14 | 43.65 | 9.27 | - |
| YUV | 161.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 45 | 0.23 | 0 | 0.76 | 0.25 | 78.08 | 0.62 | 0.46 |
| Hex | 93 | BF | 2D | 17 | 0 | 4C | 19 | 4E | 3E | 2E |
| Octal | 223 | 277 | 55 | 27 | 0 | 114 | 31 | 116 | 76 | 56 |
| Binary | 10010011 | 10111111 | 101101 | 10111 | 0 | 1001100 | 11001 | 1001110 | 111110 | 101110 |
Color Harmonies of #93BF2D
Complementary color
Monochromatic Colors of #93BF2D
Black with #93BF2D
Text Example
Text Example
White with #93BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BF2D; }
p { color: rgb(147,191,45); }
H1.HeaderClassName
{
color: #93BF2D;
}
.AnyTagClassName
{
color: #93BF2D;
}
</style>
background-color css
<style>
a { background-color: #93BF2D; }
a { background-color: rgb(147,191,45); }
div.DivClassName
{
background-color: #93BF2D;
}
.BgClassName
{
background-color: #93BF2D;
}
</style>
border-color css
<style>
span { border-color: #93BF2D; }
span { border-color: rgb(147,191,45); }
td.TdClassName
{
border-color: #93BF2D;
}
.TagClassName
{
border-color: #93BF2D;
}
</style>