Shades of Yellow Green #93CF13
Tints of Yellow Green #93CF13
RGB
CMYK
RGB Variations
Color information
#93CF13 (or 0x93CF13) is known color: Yellow Green. HEX triplet: 93, CF and 13. RGB value is (147,207,19). Sum of RGB (Red+Green+Blue) = 147+207+19=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CF13 is #6C30EC. Grayscale: #A8A8A8. Windows color (decimal): -7090413 or 1298323. OLE color: 1298323.
HSL color Cylindrical-coordinate representation of color #93CF13: hue angle of 79.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93CF13 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 19 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.19 |
| HSL | 79.15º | 0.83% | 0.44% | - |
| HSV(B) | 79.15º | 0.91% | 0.81% | - |
| XYZ | 34.46 | 50.88 | 8.62 | - |
| YUV | 167.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 19 | 0.29 | 0 | 0.91 | 0.19 | 79.15 | 0.83 | 0.44 |
| Hex | 93 | CF | 13 | 1D | 0 | 5B | 13 | 4F | 53 | 2C |
| Octal | 223 | 317 | 23 | 35 | 0 | 133 | 23 | 117 | 123 | 54 |
| Binary | 10010011 | 11001111 | 10011 | 11101 | 0 | 1011011 | 10011 | 1001111 | 1010011 | 101100 |
Color Harmonies of #93CF13
Complementary color
Monochromatic Colors of #93CF13
Black with #93CF13
Text Example
Text Example
White with #93CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF13; }
p { color: rgb(147,207,19); }
H1.HeaderClassName
{
color: #93CF13;
}
.AnyTagClassName
{
color: #93CF13;
}
</style>
background-color css
<style>
a { background-color: #93CF13; }
a { background-color: rgb(147,207,19); }
div.DivClassName
{
background-color: #93CF13;
}
.BgClassName
{
background-color: #93CF13;
}
</style>
border-color css
<style>
span { border-color: #93CF13; }
span { border-color: rgb(147,207,19); }
td.TdClassName
{
border-color: #93CF13;
}
.TagClassName
{
border-color: #93CF13;
}
</style>