Shades of Green Yellow #B2FC4A
Tints of Green Yellow #B2FC4A
RGB
CMYK
RGB Variations
Color information
#B2FC4A (or 0xB2FC4A) is known color: Green Yellow. HEX triplet: B2, FC and 4A. RGB value is (178,252,74). Sum of RGB (Red+Green+Blue) = 178+252+74=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FC4A is #4D03B5. Grayscale: #D2D2D2. Windows color (decimal): -5047222 or 4914354. OLE color: 4914354.
HSL color Cylindrical-coordinate representation of color #B2FC4A: hue angle of 84.94º degrees, saturation: 0.97, 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 #B2FC4A is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 74 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.01 |
| HSL | 84.94º | 0.97% | 0.64% | - |
| HSV(B) | 84.94º | 0.71% | 0.99% | - |
| XYZ | 54.41 | 79.58 | 18.97 | - |
| YUV | 209.58 | 51.48 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 74 | 0.29 | 0 | 0.71 | 0.01 | 84.94 | 0.97 | 0.64 |
| Hex | B2 | FC | 4A | 1D | 0 | 47 | 1 | 55 | 61 | 40 |
| Octal | 262 | 374 | 112 | 35 | 0 | 107 | 1 | 125 | 141 | 100 |
| Binary | 10110010 | 11111100 | 1001010 | 11101 | 0 | 1000111 | 1 | 1010101 | 1100001 | 1000000 |
Color Harmonies of #B2FC4A
Complementary color
Monochromatic Colors of #B2FC4A
Black with #B2FC4A
Text Example
Text Example
White with #B2FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC4A; }
p { color: rgb(178,252,74); }
H1.HeaderClassName
{
color: #B2FC4A;
}
.AnyTagClassName
{
color: #B2FC4A;
}
</style>
background-color css
<style>
a { background-color: #B2FC4A; }
a { background-color: rgb(178,252,74); }
div.DivClassName
{
background-color: #B2FC4A;
}
.BgClassName
{
background-color: #B2FC4A;
}
</style>
border-color css
<style>
span { border-color: #B2FC4A; }
span { border-color: rgb(178,252,74); }
td.TdClassName
{
border-color: #B2FC4A;
}
.TagClassName
{
border-color: #B2FC4A;
}
</style>