Shades of Green Yellow #BDF03D
Tints of Green Yellow #BDF03D
RGB
CMYK
RGB Variations
Color information
#BDF03D (or 0xBDF03D) is known color: Green Yellow. HEX triplet: BD, F0 and 3D. RGB value is (189,240,61). Sum of RGB (Red+Green+Blue) = 189+240+61=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF03D is #420FC2. Grayscale: #CDCDCD. Windows color (decimal): -4329411 or 4059325. OLE color: 4059325.
HSL color Cylindrical-coordinate representation of color #BDF03D: hue angle of 77.09º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF03D is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 61 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.06 |
| HSL | 77.09º | 0.86% | 0.59% | - |
| HSV(B) | 77.09º | 0.75% | 0.94% | - |
| XYZ | 52.99 | 73.48 | 15.8 | - |
| YUV | 204.35 | 47.1 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 61 | 0.21 | 0 | 0.75 | 0.06 | 77.09 | 0.86 | 0.59 |
| Hex | BD | F0 | 3D | 15 | 0 | 4B | 6 | 4D | 56 | 3B |
| Octal | 275 | 360 | 75 | 25 | 0 | 113 | 6 | 115 | 126 | 73 |
| Binary | 10111101 | 11110000 | 111101 | 10101 | 0 | 1001011 | 110 | 1001101 | 1010110 | 111011 |
Color Harmonies of #BDF03D
Complementary color
Monochromatic Colors of #BDF03D
Black with #BDF03D
Text Example
Text Example
White with #BDF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF03D; }
p { color: rgb(189,240,61); }
H1.HeaderClassName
{
color: #BDF03D;
}
.AnyTagClassName
{
color: #BDF03D;
}
</style>
background-color css
<style>
a { background-color: #BDF03D; }
a { background-color: rgb(189,240,61); }
div.DivClassName
{
background-color: #BDF03D;
}
.BgClassName
{
background-color: #BDF03D;
}
</style>
border-color css
<style>
span { border-color: #BDF03D; }
span { border-color: rgb(189,240,61); }
td.TdClassName
{
border-color: #BDF03D;
}
.TagClassName
{
border-color: #BDF03D;
}
</style>