Shades of Green Yellow #BDF941
Tints of Green Yellow #BDF941
RGB
CMYK
RGB Variations
Color information
#BDF941 (or 0xBDF941) is known color: Green Yellow. HEX triplet: BD, F9 and 41. RGB value is (189,249,65). Sum of RGB (Red+Green+Blue) = 189+249+65=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF941 is #4206BE. Grayscale: #D2D2D2. Windows color (decimal): -4327103 or 4323773. OLE color: 4323773.
HSL color Cylindrical-coordinate representation of color #BDF941: hue angle of 79.57º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF941 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 65 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.02 |
| HSL | 79.57º | 0.94% | 0.62% | - |
| HSV(B) | 79.57º | 0.74% | 0.98% | - |
| XYZ | 55.82 | 78.95 | 17.3 | - |
| YUV | 210.08 | 46.12 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 65 | 0.24 | 0 | 0.74 | 0.02 | 79.57 | 0.94 | 0.62 |
| Hex | BD | F9 | 41 | 18 | 0 | 4A | 2 | 50 | 5E | 3E |
| Octal | 275 | 371 | 101 | 30 | 0 | 112 | 2 | 120 | 136 | 76 |
| Binary | 10111101 | 11111001 | 1000001 | 11000 | 0 | 1001010 | 10 | 1010000 | 1011110 | 111110 |
Color Harmonies of #BDF941
Complementary color
Monochromatic Colors of #BDF941
Black with #BDF941
Text Example
Text Example
White with #BDF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF941; }
p { color: rgb(189,249,65); }
H1.HeaderClassName
{
color: #BDF941;
}
.AnyTagClassName
{
color: #BDF941;
}
</style>
background-color css
<style>
a { background-color: #BDF941; }
a { background-color: rgb(189,249,65); }
div.DivClassName
{
background-color: #BDF941;
}
.BgClassName
{
background-color: #BDF941;
}
</style>
border-color css
<style>
span { border-color: #BDF941; }
span { border-color: rgb(189,249,65); }
td.TdClassName
{
border-color: #BDF941;
}
.TagClassName
{
border-color: #BDF941;
}
</style>