Shades of Green Yellow #BDF035
Tints of Green Yellow #BDF035
RGB
CMYK
RGB Variations
Color information
#BDF035 (or 0xBDF035) is known color: Green Yellow. HEX triplet: BD, F0 and 35. RGB value is (189,240,53). Sum of RGB (Red+Green+Blue) = 189+240+53=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF035 is #420FCA. Grayscale: #CCCCCC. Windows color (decimal): -4329419 or 3535037. OLE color: 3535037.
HSL color Cylindrical-coordinate representation of color #BDF035: hue angle of 76.36º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDF035 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 53 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.06 |
| HSL | 76.36º | 0.86% | 0.57% | - |
| HSV(B) | 76.36º | 0.78% | 0.94% | - |
| XYZ | 52.79 | 73.4 | 14.75 | - |
| YUV | 203.43 | 43.1 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 53 | 0.21 | 0 | 0.78 | 0.06 | 76.36 | 0.86 | 0.57 |
| Hex | BD | F0 | 35 | 15 | 0 | 4E | 6 | 4C | 56 | 39 |
| Octal | 275 | 360 | 65 | 25 | 0 | 116 | 6 | 114 | 126 | 71 |
| Binary | 10111101 | 11110000 | 110101 | 10101 | 0 | 1001110 | 110 | 1001100 | 1010110 | 111001 |
Color Harmonies of #BDF035
Complementary color
Monochromatic Colors of #BDF035
Black with #BDF035
Text Example
Text Example
White with #BDF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF035; }
p { color: rgb(189,240,53); }
H1.HeaderClassName
{
color: #BDF035;
}
.AnyTagClassName
{
color: #BDF035;
}
</style>
background-color css
<style>
a { background-color: #BDF035; }
a { background-color: rgb(189,240,53); }
div.DivClassName
{
background-color: #BDF035;
}
.BgClassName
{
background-color: #BDF035;
}
</style>
border-color css
<style>
span { border-color: #BDF035; }
span { border-color: rgb(189,240,53); }
td.TdClassName
{
border-color: #BDF035;
}
.TagClassName
{
border-color: #BDF035;
}
</style>