Shades of Green Yellow #BDF83A
Tints of Green Yellow #BDF83A
RGB
CMYK
RGB Variations
Color information
#BDF83A (or 0xBDF83A) is known color: Green Yellow. HEX triplet: BD, F8 and 3A. RGB value is (189,248,58). Sum of RGB (Red+Green+Blue) = 189+248+58=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF83A is #4207C5. Grayscale: #D1D1D1. Windows color (decimal): -4327366 or 3864765. OLE color: 3864765.
HSL color Cylindrical-coordinate representation of color #BDF83A: hue angle of 78.63º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDF83A is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 58 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.03 |
| HSL | 78.63º | 0.93% | 0.6% | - |
| HSV(B) | 78.63º | 0.77% | 0.97% | - |
| XYZ | 55.32 | 78.26 | 16.19 | - |
| YUV | 208.7 | 42.95 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 58 | 0.24 | 0 | 0.77 | 0.03 | 78.63 | 0.93 | 0.6 |
| Hex | BD | F8 | 3A | 18 | 0 | 4D | 3 | 4F | 5D | 3C |
| Octal | 275 | 370 | 72 | 30 | 0 | 115 | 3 | 117 | 135 | 74 |
| Binary | 10111101 | 11111000 | 111010 | 11000 | 0 | 1001101 | 11 | 1001111 | 1011101 | 111100 |
Color Harmonies of #BDF83A
Complementary color
Monochromatic Colors of #BDF83A
Black with #BDF83A
Text Example
Text Example
White with #BDF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF83A; }
p { color: rgb(189,248,58); }
H1.HeaderClassName
{
color: #BDF83A;
}
.AnyTagClassName
{
color: #BDF83A;
}
</style>
background-color css
<style>
a { background-color: #BDF83A; }
a { background-color: rgb(189,248,58); }
div.DivClassName
{
background-color: #BDF83A;
}
.BgClassName
{
background-color: #BDF83A;
}
</style>
border-color css
<style>
span { border-color: #BDF83A; }
span { border-color: rgb(189,248,58); }
td.TdClassName
{
border-color: #BDF83A;
}
.TagClassName
{
border-color: #BDF83A;
}
</style>