Shades of Yellow Green #94CF34
Tints of Yellow Green #94CF34
RGB
CMYK
RGB Variations
Color information
#94CF34 (or 0x94CF34) is known color: Yellow Green. HEX triplet: 94, CF and 34. RGB value is (148,207,52). Sum of RGB (Red+Green+Blue) = 148+207+52=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CF34 is #6B30CB. Grayscale: #ACACAC. Windows color (decimal): -7024844 or 3461012. OLE color: 3461012.
HSL color Cylindrical-coordinate representation of color #94CF34: hue angle of 82.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94CF34 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 207 | 52 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.19 |
| HSL | 82.84º | 0.62% | 0.51% | - |
| HSV(B) | 82.84º | 0.75% | 0.81% | - |
| XYZ | 35.15 | 51.17 | 11.27 | - |
| YUV | 171.69 | 60.45 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 52 | 0.29 | 0 | 0.75 | 0.19 | 82.84 | 0.62 | 0.51 |
| Hex | 94 | CF | 34 | 1D | 0 | 4B | 13 | 53 | 3E | 33 |
| Octal | 224 | 317 | 64 | 35 | 0 | 113 | 23 | 123 | 76 | 63 |
| Binary | 10010100 | 11001111 | 110100 | 11101 | 0 | 1001011 | 10011 | 1010011 | 111110 | 110011 |
Color Harmonies of #94CF34
Complementary color
Monochromatic Colors of #94CF34
Black with #94CF34
Text Example
Text Example
White with #94CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CF34; }
p { color: rgb(148,207,52); }
H1.HeaderClassName
{
color: #94CF34;
}
.AnyTagClassName
{
color: #94CF34;
}
</style>
background-color css
<style>
a { background-color: #94CF34; }
a { background-color: rgb(148,207,52); }
div.DivClassName
{
background-color: #94CF34;
}
.BgClassName
{
background-color: #94CF34;
}
</style>
border-color css
<style>
span { border-color: #94CF34; }
span { border-color: rgb(148,207,52); }
td.TdClassName
{
border-color: #94CF34;
}
.TagClassName
{
border-color: #94CF34;
}
</style>