Shades of Green Yellow #BDF241
Tints of Green Yellow #BDF241
RGB
CMYK
RGB Variations
Color information
#BDF241 (or 0xBDF241) is known color: Green Yellow. HEX triplet: BD, F2 and 41. RGB value is (189,242,65). Sum of RGB (Red+Green+Blue) = 189+242+65=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF241 is #420DBE. Grayscale: #CECECE. Windows color (decimal): -4328895 or 4321981. OLE color: 4321981.
HSL color Cylindrical-coordinate representation of color #BDF241: hue angle of 77.97º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF241 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 65 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.05 |
| HSL | 77.97º | 0.87% | 0.6% | - |
| HSV(B) | 77.97º | 0.73% | 0.95% | - |
| XYZ | 53.69 | 74.7 | 16.59 | - |
| YUV | 205.98 | 48.44 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 65 | 0.22 | 0 | 0.73 | 0.05 | 77.97 | 0.87 | 0.6 |
| Hex | BD | F2 | 41 | 16 | 0 | 49 | 5 | 4E | 57 | 3C |
| Octal | 275 | 362 | 101 | 26 | 0 | 111 | 5 | 116 | 127 | 74 |
| Binary | 10111101 | 11110010 | 1000001 | 10110 | 0 | 1001001 | 101 | 1001110 | 1010111 | 111100 |
Color Harmonies of #BDF241
Complementary color
Monochromatic Colors of #BDF241
Black with #BDF241
Text Example
Text Example
White with #BDF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF241; }
p { color: rgb(189,242,65); }
H1.HeaderClassName
{
color: #BDF241;
}
.AnyTagClassName
{
color: #BDF241;
}
</style>
background-color css
<style>
a { background-color: #BDF241; }
a { background-color: rgb(189,242,65); }
div.DivClassName
{
background-color: #BDF241;
}
.BgClassName
{
background-color: #BDF241;
}
</style>
border-color css
<style>
span { border-color: #BDF241; }
span { border-color: rgb(189,242,65); }
td.TdClassName
{
border-color: #BDF241;
}
.TagClassName
{
border-color: #BDF241;
}
</style>