Shades of Green Yellow #BDF845
Tints of Green Yellow #BDF845
RGB
CMYK
RGB Variations
Color information
#BDF845 (or 0xBDF845) is known color: Green Yellow. HEX triplet: BD, F8 and 45. RGB value is (189,248,69). Sum of RGB (Red+Green+Blue) = 189+248+69=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF845 is #4207BA. Grayscale: #D2D2D2. Windows color (decimal): -4327355 or 4585661. OLE color: 4585661.
HSL color Cylindrical-coordinate representation of color #BDF845: hue angle of 79.78º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF845 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 69 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.03 |
| HSL | 79.78º | 0.93% | 0.62% | - |
| HSV(B) | 79.78º | 0.72% | 0.97% | - |
| XYZ | 55.63 | 78.38 | 17.83 | - |
| YUV | 209.95 | 48.45 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 69 | 0.24 | 0 | 0.72 | 0.03 | 79.78 | 0.93 | 0.62 |
| Hex | BD | F8 | 45 | 18 | 0 | 48 | 3 | 50 | 5D | 3E |
| Octal | 275 | 370 | 105 | 30 | 0 | 110 | 3 | 120 | 135 | 76 |
| Binary | 10111101 | 11111000 | 1000101 | 11000 | 0 | 1001000 | 11 | 1010000 | 1011101 | 111110 |
Color Harmonies of #BDF845
Complementary color
Monochromatic Colors of #BDF845
Black with #BDF845
Text Example
Text Example
White with #BDF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF845; }
p { color: rgb(189,248,69); }
H1.HeaderClassName
{
color: #BDF845;
}
.AnyTagClassName
{
color: #BDF845;
}
</style>
background-color css
<style>
a { background-color: #BDF845; }
a { background-color: rgb(189,248,69); }
div.DivClassName
{
background-color: #BDF845;
}
.BgClassName
{
background-color: #BDF845;
}
</style>
border-color css
<style>
span { border-color: #BDF845; }
span { border-color: rgb(189,248,69); }
td.TdClassName
{
border-color: #BDF845;
}
.TagClassName
{
border-color: #BDF845;
}
</style>