Shades of Green Yellow #BDF03E
Tints of Green Yellow #BDF03E
RGB
CMYK
RGB Variations
Color information
#BDF03E (or 0xBDF03E) is known color: Green Yellow. HEX triplet: BD, F0 and 3E. RGB value is (189,240,62). Sum of RGB (Red+Green+Blue) = 189+240+62=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF03E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF03E is #420FC1. Grayscale: #CDCDCD. Windows color (decimal): -4329410 or 4124861. OLE color: 4124861.
HSL color Cylindrical-coordinate representation of color #BDF03E: hue angle of 77.19º 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 #BDF03E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 62 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.06 |
| HSL | 77.19º | 0.86% | 0.59% | - |
| HSV(B) | 77.19º | 0.74% | 0.94% | - |
| XYZ | 53.02 | 73.49 | 15.95 | - |
| YUV | 204.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 62 | 0.21 | 0 | 0.74 | 0.06 | 77.19 | 0.86 | 0.59 |
| Hex | BD | F0 | 3E | 15 | 0 | 4A | 6 | 4D | 56 | 3B |
| Octal | 275 | 360 | 76 | 25 | 0 | 112 | 6 | 115 | 126 | 73 |
| Binary | 10111101 | 11110000 | 111110 | 10101 | 0 | 1001010 | 110 | 1001101 | 1010110 | 111011 |
Color Harmonies of #BDF03E
Complementary color
Monochromatic Colors of #BDF03E
Black with #BDF03E
Text Example
Text Example
White with #BDF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF03E; }
p { color: rgb(189,240,62); }
H1.HeaderClassName
{
color: #BDF03E;
}
.AnyTagClassName
{
color: #BDF03E;
}
</style>
background-color css
<style>
a { background-color: #BDF03E; }
a { background-color: rgb(189,240,62); }
div.DivClassName
{
background-color: #BDF03E;
}
.BgClassName
{
background-color: #BDF03E;
}
</style>
border-color css
<style>
span { border-color: #BDF03E; }
span { border-color: rgb(189,240,62); }
td.TdClassName
{
border-color: #BDF03E;
}
.TagClassName
{
border-color: #BDF03E;
}
</style>