Shades of Green Yellow #BDF32F
Tints of Green Yellow #BDF32F
RGB
CMYK
RGB Variations
Color information
#BDF32F (or 0xBDF32F) is known color: Green Yellow. HEX triplet: BD, F3 and 2F. RGB value is (189,243,47). Sum of RGB (Red+Green+Blue) = 189+243+47=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF32F is #420CD0. Grayscale: #CDCDCD. Windows color (decimal): -4328657 or 3142589. OLE color: 3142589.
HSL color Cylindrical-coordinate representation of color #BDF32F: hue angle of 76.53º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF32F is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 47 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.05 |
| HSL | 76.53º | 0.89% | 0.57% | - |
| HSV(B) | 76.53º | 0.81% | 0.95% | - |
| XYZ | 53.55 | 75.13 | 14.37 | - |
| YUV | 204.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 47 | 0.22 | 0 | 0.81 | 0.05 | 76.53 | 0.89 | 0.57 |
| Hex | BD | F3 | 2F | 16 | 0 | 51 | 5 | 4D | 59 | 39 |
| Octal | 275 | 363 | 57 | 26 | 0 | 121 | 5 | 115 | 131 | 71 |
| Binary | 10111101 | 11110011 | 101111 | 10110 | 0 | 1010001 | 101 | 1001101 | 1011001 | 111001 |
Color Harmonies of #BDF32F
Complementary color
Monochromatic Colors of #BDF32F
Black with #BDF32F
Text Example
Text Example
White with #BDF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF32F; }
p { color: rgb(189,243,47); }
H1.HeaderClassName
{
color: #BDF32F;
}
.AnyTagClassName
{
color: #BDF32F;
}
</style>
background-color css
<style>
a { background-color: #BDF32F; }
a { background-color: rgb(189,243,47); }
div.DivClassName
{
background-color: #BDF32F;
}
.BgClassName
{
background-color: #BDF32F;
}
</style>
border-color css
<style>
span { border-color: #BDF32F; }
span { border-color: rgb(189,243,47); }
td.TdClassName
{
border-color: #BDF32F;
}
.TagClassName
{
border-color: #BDF32F;
}
</style>