Shades of Yellow Green #94CB28
Tints of Yellow Green #94CB28
RGB
CMYK
RGB Variations
Color information
#94CB28 (or 0x94CB28) is known color: Yellow Green. HEX triplet: 94, CB and 28. RGB value is (148,203,40). Sum of RGB (Red+Green+Blue) = 148+203+40=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CB28 is #6B34D7. Grayscale: #A8A8A8. Windows color (decimal): -7025880 or 2673556. OLE color: 2673556.
HSL color Cylindrical-coordinate representation of color #94CB28: hue angle of 80.25º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94CB28 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 40 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.20 |
| HSL | 80.25º | 0.67% | 0.48% | - |
| HSV(B) | 80.25º | 0.8% | 0.8% | - |
| XYZ | 33.95 | 49.16 | 9.71 | - |
| YUV | 167.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 40 | 0.27 | 0 | 0.80 | 0.20 | 80.25 | 0.67 | 0.48 |
| Hex | 94 | CB | 28 | 1B | 0 | 50 | 14 | 50 | 43 | 30 |
| Octal | 224 | 313 | 50 | 33 | 0 | 120 | 24 | 120 | 103 | 60 |
| Binary | 10010100 | 11001011 | 101000 | 11011 | 0 | 1010000 | 10100 | 1010000 | 1000011 | 110000 |
Color Harmonies of #94CB28
Complementary color
Monochromatic Colors of #94CB28
Black with #94CB28
Text Example
Text Example
White with #94CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CB28; }
p { color: rgb(148,203,40); }
H1.HeaderClassName
{
color: #94CB28;
}
.AnyTagClassName
{
color: #94CB28;
}
</style>
background-color css
<style>
a { background-color: #94CB28; }
a { background-color: rgb(148,203,40); }
div.DivClassName
{
background-color: #94CB28;
}
.BgClassName
{
background-color: #94CB28;
}
</style>
border-color css
<style>
span { border-color: #94CB28; }
span { border-color: rgb(148,203,40); }
td.TdClassName
{
border-color: #94CB28;
}
.TagClassName
{
border-color: #94CB28;
}
</style>