Shades of Green Yellow #BDF830
Tints of Green Yellow #BDF830
RGB
CMYK
RGB Variations
Color information
#BDF830 (or 0xBDF830) is known color: Green Yellow. HEX triplet: BD, F8 and 30. RGB value is (189,248,48). Sum of RGB (Red+Green+Blue) = 189+248+48=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF830 is #4207CF. Grayscale: #D0D0D0. Windows color (decimal): -4327376 or 3209405. OLE color: 3209405.
HSL color Cylindrical-coordinate representation of color #BDF830: hue angle of 77.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF830 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 48 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.03 |
| HSL | 77.7º | 0.93% | 0.58% | - |
| HSV(B) | 77.7º | 0.81% | 0.97% | - |
| XYZ | 55.09 | 78.17 | 14.98 | - |
| YUV | 207.56 | 37.95 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 48 | 0.24 | 0 | 0.81 | 0.03 | 77.7 | 0.93 | 0.58 |
| Hex | BD | F8 | 30 | 18 | 0 | 51 | 3 | 4E | 5D | 3A |
| Octal | 275 | 370 | 60 | 30 | 0 | 121 | 3 | 116 | 135 | 72 |
| Binary | 10111101 | 11111000 | 110000 | 11000 | 0 | 1010001 | 11 | 1001110 | 1011101 | 111010 |
Color Harmonies of #BDF830
Complementary color
Monochromatic Colors of #BDF830
Black with #BDF830
Text Example
Text Example
White with #BDF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF830; }
p { color: rgb(189,248,48); }
H1.HeaderClassName
{
color: #BDF830;
}
.AnyTagClassName
{
color: #BDF830;
}
</style>
background-color css
<style>
a { background-color: #BDF830; }
a { background-color: rgb(189,248,48); }
div.DivClassName
{
background-color: #BDF830;
}
.BgClassName
{
background-color: #BDF830;
}
</style>
border-color css
<style>
span { border-color: #BDF830; }
span { border-color: rgb(189,248,48); }
td.TdClassName
{
border-color: #BDF830;
}
.TagClassName
{
border-color: #BDF830;
}
</style>