Shades of Yellow Green #93CF30
Tints of Yellow Green #93CF30
RGB
CMYK
RGB Variations
Color information
#93CF30 (or 0x93CF30) is known color: Yellow Green. HEX triplet: 93, CF and 30. RGB value is (147,207,48). Sum of RGB (Red+Green+Blue) = 147+207+48=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CF30 is #6C30CF. Grayscale: #ABABAB. Windows color (decimal): -7090384 or 3198867. OLE color: 3198867.
HSL color Cylindrical-coordinate representation of color #93CF30: hue angle of 82.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93CF30 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 48 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.19 |
| HSL | 82.64º | 0.62% | 0.5% | - |
| HSV(B) | 82.64º | 0.77% | 0.81% | - |
| XYZ | 34.88 | 51.04 | 10.81 | - |
| YUV | 170.93 | 58.62 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 48 | 0.29 | 0 | 0.77 | 0.19 | 82.64 | 0.62 | 0.5 |
| Hex | 93 | CF | 30 | 1D | 0 | 4D | 13 | 53 | 3E | 32 |
| Octal | 223 | 317 | 60 | 35 | 0 | 115 | 23 | 123 | 76 | 62 |
| Binary | 10010011 | 11001111 | 110000 | 11101 | 0 | 1001101 | 10011 | 1010011 | 111110 | 110010 |
Color Harmonies of #93CF30
Complementary color
Monochromatic Colors of #93CF30
Black with #93CF30
Text Example
Text Example
White with #93CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF30; }
p { color: rgb(147,207,48); }
H1.HeaderClassName
{
color: #93CF30;
}
.AnyTagClassName
{
color: #93CF30;
}
</style>
background-color css
<style>
a { background-color: #93CF30; }
a { background-color: rgb(147,207,48); }
div.DivClassName
{
background-color: #93CF30;
}
.BgClassName
{
background-color: #93CF30;
}
</style>
border-color css
<style>
span { border-color: #93CF30; }
span { border-color: rgb(147,207,48); }
td.TdClassName
{
border-color: #93CF30;
}
.TagClassName
{
border-color: #93CF30;
}
</style>