Shades of Yellow Green #94C52B
Tints of Yellow Green #94C52B
RGB
CMYK
RGB Variations
Color information
#94C52B (or 0x94C52B) is known color: Yellow Green. HEX triplet: 94, C5 and 2B. RGB value is (148,197,43). Sum of RGB (Red+Green+Blue) = 148+197+43=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #94C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C52B is #6B3AD4. Grayscale: #A5A5A5. Windows color (decimal): -7027413 or 2868628. OLE color: 2868628.
HSL color Cylindrical-coordinate representation of color #94C52B: hue angle of 79.09º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94C52B is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 43 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.23 |
| HSL | 79.09º | 0.64% | 0.47% | - |
| HSV(B) | 79.09º | 0.78% | 0.77% | - |
| XYZ | 32.62 | 46.4 | 9.52 | - |
| YUV | 164.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 43 | 0.25 | 0 | 0.78 | 0.23 | 79.09 | 0.64 | 0.47 |
| Hex | 94 | C5 | 2B | 19 | 0 | 4E | 17 | 4F | 40 | 2F |
| Octal | 224 | 305 | 53 | 31 | 0 | 116 | 27 | 117 | 100 | 57 |
| Binary | 10010100 | 11000101 | 101011 | 11001 | 0 | 1001110 | 10111 | 1001111 | 1000000 | 101111 |
Color Harmonies of #94C52B
Complementary color
Monochromatic Colors of #94C52B
Black with #94C52B
Text Example
Text Example
White with #94C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C52B; }
p { color: rgb(148,197,43); }
H1.HeaderClassName
{
color: #94C52B;
}
.AnyTagClassName
{
color: #94C52B;
}
</style>
background-color css
<style>
a { background-color: #94C52B; }
a { background-color: rgb(148,197,43); }
div.DivClassName
{
background-color: #94C52B;
}
.BgClassName
{
background-color: #94C52B;
}
</style>
border-color css
<style>
span { border-color: #94C52B; }
span { border-color: rgb(148,197,43); }
td.TdClassName
{
border-color: #94C52B;
}
.TagClassName
{
border-color: #94C52B;
}
</style>