Shades of Yellow Green #94C32B
Tints of Yellow Green #94C32B
RGB
CMYK
RGB Variations
Color information
#94C32B (or 0x94C32B) is known color: Yellow Green. HEX triplet: 94, C3 and 2B. RGB value is (148,195,43). Sum of RGB (Red+Green+Blue) = 148+195+43=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #94C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C32B is #6B3CD4. Grayscale: #A4A4A4. Windows color (decimal): -7027925 or 2868116. OLE color: 2868116.
HSL color Cylindrical-coordinate representation of color #94C32B: hue angle of 78.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94C32B is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 43 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.24 |
| HSL | 78.55º | 0.64% | 0.47% | - |
| HSV(B) | 78.55º | 0.78% | 0.76% | - |
| XYZ | 32.16 | 45.5 | 9.37 | - |
| YUV | 163.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 43 | 0.24 | 0 | 0.78 | 0.24 | 78.55 | 0.64 | 0.47 |
| Hex | 94 | C3 | 2B | 18 | 0 | 4E | 18 | 4F | 40 | 2F |
| Octal | 224 | 303 | 53 | 30 | 0 | 116 | 30 | 117 | 100 | 57 |
| Binary | 10010100 | 11000011 | 101011 | 11000 | 0 | 1001110 | 11000 | 1001111 | 1000000 | 101111 |
Color Harmonies of #94C32B
Complementary color
Monochromatic Colors of #94C32B
Black with #94C32B
Text Example
Text Example
White with #94C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C32B; }
p { color: rgb(148,195,43); }
H1.HeaderClassName
{
color: #94C32B;
}
.AnyTagClassName
{
color: #94C32B;
}
</style>
background-color css
<style>
a { background-color: #94C32B; }
a { background-color: rgb(148,195,43); }
div.DivClassName
{
background-color: #94C32B;
}
.BgClassName
{
background-color: #94C32B;
}
</style>
border-color css
<style>
span { border-color: #94C32B; }
span { border-color: rgb(148,195,43); }
td.TdClassName
{
border-color: #94C32B;
}
.TagClassName
{
border-color: #94C32B;
}
</style>