Shades of Green Yellow #BDF03F
Tints of Green Yellow #BDF03F
RGB
CMYK
RGB Variations
Color information
#BDF03F (or 0xBDF03F) is known color: Green Yellow. HEX triplet: BD, F0 and 3F. RGB value is (189,240,63). Sum of RGB (Red+Green+Blue) = 189+240+63=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF03F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF03F is #420FC0. Grayscale: #CDCDCD. Windows color (decimal): -4329409 or 4190397. OLE color: 4190397.
HSL color Cylindrical-coordinate representation of color #BDF03F: hue angle of 77.29º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF03F is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 63 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.06 |
| HSL | 77.29º | 0.86% | 0.59% | - |
| HSV(B) | 77.29º | 0.74% | 0.94% | - |
| XYZ | 53.04 | 73.5 | 16.09 | - |
| YUV | 204.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 63 | 0.21 | 0 | 0.74 | 0.06 | 77.29 | 0.86 | 0.59 |
| Hex | BD | F0 | 3F | 15 | 0 | 4A | 6 | 4D | 56 | 3B |
| Octal | 275 | 360 | 77 | 25 | 0 | 112 | 6 | 115 | 126 | 73 |
| Binary | 10111101 | 11110000 | 111111 | 10101 | 0 | 1001010 | 110 | 1001101 | 1010110 | 111011 |
Color Harmonies of #BDF03F
Complementary color
Monochromatic Colors of #BDF03F
Black with #BDF03F
Text Example
Text Example
White with #BDF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF03F; }
p { color: rgb(189,240,63); }
H1.HeaderClassName
{
color: #BDF03F;
}
.AnyTagClassName
{
color: #BDF03F;
}
</style>
background-color css
<style>
a { background-color: #BDF03F; }
a { background-color: rgb(189,240,63); }
div.DivClassName
{
background-color: #BDF03F;
}
.BgClassName
{
background-color: #BDF03F;
}
</style>
border-color css
<style>
span { border-color: #BDF03F; }
span { border-color: rgb(189,240,63); }
td.TdClassName
{
border-color: #BDF03F;
}
.TagClassName
{
border-color: #BDF03F;
}
</style>