Shades of Green Yellow #B0FC3C
Tints of Green Yellow #B0FC3C
RGB
CMYK
RGB Variations
Color information
#B0FC3C (or 0xB0FC3C) is known color: Green Yellow. HEX triplet: B0, FC and 3C. RGB value is (176,252,60). Sum of RGB (Red+Green+Blue) = 176+252+60=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FC3C is #4F03C3. Grayscale: #D0D0D0. Windows color (decimal): -5178308 or 3996848. OLE color: 3996848.
HSL color Cylindrical-coordinate representation of color #B0FC3C: hue angle of 83.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0FC3C is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 60 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.01 |
| HSL | 83.75º | 0.97% | 0.61% | - |
| HSV(B) | 83.75º | 0.76% | 0.99% | - |
| XYZ | 53.53 | 79.18 | 16.74 | - |
| YUV | 207.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 60 | 0.30 | 0 | 0.76 | 0.01 | 83.75 | 0.97 | 0.61 |
| Hex | B0 | FC | 3C | 1E | 0 | 4C | 1 | 54 | 61 | 3D |
| Octal | 260 | 374 | 74 | 36 | 0 | 114 | 1 | 124 | 141 | 75 |
| Binary | 10110000 | 11111100 | 111100 | 11110 | 0 | 1001100 | 1 | 1010100 | 1100001 | 111101 |
Color Harmonies of #B0FC3C
Complementary color
Monochromatic Colors of #B0FC3C
Black with #B0FC3C
Text Example
Text Example
White with #B0FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC3C; }
p { color: rgb(176,252,60); }
H1.HeaderClassName
{
color: #B0FC3C;
}
.AnyTagClassName
{
color: #B0FC3C;
}
</style>
background-color css
<style>
a { background-color: #B0FC3C; }
a { background-color: rgb(176,252,60); }
div.DivClassName
{
background-color: #B0FC3C;
}
.BgClassName
{
background-color: #B0FC3C;
}
</style>
border-color css
<style>
span { border-color: #B0FC3C; }
span { border-color: rgb(176,252,60); }
td.TdClassName
{
border-color: #B0FC3C;
}
.TagClassName
{
border-color: #B0FC3C;
}
</style>