Shades of Green Yellow #BDFC2B
Tints of Green Yellow #BDFC2B
RGB
CMYK
RGB Variations
Color information
#BDFC2B (or 0xBDFC2B) is known color: Green Yellow. HEX triplet: BD, FC and 2B. RGB value is (189,252,43). Sum of RGB (Red+Green+Blue) = 189+252+43=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC2B is #4203D4. Grayscale: #D2D2D2. Windows color (decimal): -4326357 or 2882749. OLE color: 2882749.
HSL color Cylindrical-coordinate representation of color #BDFC2B: hue angle of 78.09º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDFC2B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 43 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.01 |
| HSL | 78.09º | 0.97% | 0.58% | - |
| HSV(B) | 78.09º | 0.83% | 0.99% | - |
| XYZ | 56.23 | 80.61 | 14.88 | - |
| YUV | 209.34 | 34.13 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 43 | 0.25 | 0 | 0.83 | 0.01 | 78.09 | 0.97 | 0.58 |
| Hex | BD | FC | 2B | 19 | 0 | 53 | 1 | 4E | 61 | 3A |
| Octal | 275 | 374 | 53 | 31 | 0 | 123 | 1 | 116 | 141 | 72 |
| Binary | 10111101 | 11111100 | 101011 | 11001 | 0 | 1010011 | 1 | 1001110 | 1100001 | 111010 |
Color Harmonies of #BDFC2B
Complementary color
Monochromatic Colors of #BDFC2B
Black with #BDFC2B
Text Example
Text Example
White with #BDFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC2B; }
p { color: rgb(189,252,43); }
H1.HeaderClassName
{
color: #BDFC2B;
}
.AnyTagClassName
{
color: #BDFC2B;
}
</style>
background-color css
<style>
a { background-color: #BDFC2B; }
a { background-color: rgb(189,252,43); }
div.DivClassName
{
background-color: #BDFC2B;
}
.BgClassName
{
background-color: #BDFC2B;
}
</style>
border-color css
<style>
span { border-color: #BDFC2B; }
span { border-color: rgb(189,252,43); }
td.TdClassName
{
border-color: #BDFC2B;
}
.TagClassName
{
border-color: #BDFC2B;
}
</style>