Shades of Green Yellow #B0FD4A
Tints of Green Yellow #B0FD4A
RGB
CMYK
RGB Variations
Color information
#B0FD4A (or 0xB0FD4A) is known color: Green Yellow. HEX triplet: B0, FD and 4A. RGB value is (176,253,74). Sum of RGB (Red+Green+Blue) = 176+253+74=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FD4A is #4F02B5. Grayscale: #D2D2D2. Windows color (decimal): -5178038 or 4914608. OLE color: 4914608.
HSL color Cylindrical-coordinate representation of color #B0FD4A: hue angle of 85.81º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0FD4A is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 74 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.01 |
| HSL | 85.81º | 0.98% | 0.64% | - |
| HSV(B) | 85.81º | 0.71% | 0.99% | - |
| XYZ | 54.27 | 79.98 | 19.06 | - |
| YUV | 209.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 74 | 0.30 | 0 | 0.71 | 0.01 | 85.81 | 0.98 | 0.64 |
| Hex | B0 | FD | 4A | 1E | 0 | 47 | 1 | 56 | 62 | 40 |
| Octal | 260 | 375 | 112 | 36 | 0 | 107 | 1 | 126 | 142 | 100 |
| Binary | 10110000 | 11111101 | 1001010 | 11110 | 0 | 1000111 | 1 | 1010110 | 1100010 | 1000000 |
Color Harmonies of #B0FD4A
Complementary color
Monochromatic Colors of #B0FD4A
Black with #B0FD4A
Text Example
Text Example
White with #B0FD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD4A; }
p { color: rgb(176,253,74); }
H1.HeaderClassName
{
color: #B0FD4A;
}
.AnyTagClassName
{
color: #B0FD4A;
}
</style>
background-color css
<style>
a { background-color: #B0FD4A; }
a { background-color: rgb(176,253,74); }
div.DivClassName
{
background-color: #B0FD4A;
}
.BgClassName
{
background-color: #B0FD4A;
}
</style>
border-color css
<style>
span { border-color: #B0FD4A; }
span { border-color: rgb(176,253,74); }
td.TdClassName
{
border-color: #B0FD4A;
}
.TagClassName
{
border-color: #B0FD4A;
}
</style>