Shades of Green Yellow #BDF038
Tints of Green Yellow #BDF038
RGB
CMYK
RGB Variations
Color information
#BDF038 (or 0xBDF038) is known color: Green Yellow. HEX triplet: BD, F0 and 38. RGB value is (189,240,56). Sum of RGB (Red+Green+Blue) = 189+240+56=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF038 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF038 is #420FC7. Grayscale: #CCCCCC. Windows color (decimal): -4329416 or 3731645. OLE color: 3731645.
HSL color Cylindrical-coordinate representation of color #BDF038: hue angle of 76.63º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDF038 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 56 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.06 |
| HSL | 76.63º | 0.86% | 0.58% | - |
| HSV(B) | 76.63º | 0.77% | 0.94% | - |
| XYZ | 52.86 | 73.42 | 15.13 | - |
| YUV | 203.78 | 44.6 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 56 | 0.21 | 0 | 0.77 | 0.06 | 76.63 | 0.86 | 0.58 |
| Hex | BD | F0 | 38 | 15 | 0 | 4D | 6 | 4D | 56 | 3A |
| Octal | 275 | 360 | 70 | 25 | 0 | 115 | 6 | 115 | 126 | 72 |
| Binary | 10111101 | 11110000 | 111000 | 10101 | 0 | 1001101 | 110 | 1001101 | 1010110 | 111010 |
Color Harmonies of #BDF038
Complementary color
Monochromatic Colors of #BDF038
Black with #BDF038
Text Example
Text Example
White with #BDF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF038; }
p { color: rgb(189,240,56); }
H1.HeaderClassName
{
color: #BDF038;
}
.AnyTagClassName
{
color: #BDF038;
}
</style>
background-color css
<style>
a { background-color: #BDF038; }
a { background-color: rgb(189,240,56); }
div.DivClassName
{
background-color: #BDF038;
}
.BgClassName
{
background-color: #BDF038;
}
</style>
border-color css
<style>
span { border-color: #BDF038; }
span { border-color: rgb(189,240,56); }
td.TdClassName
{
border-color: #BDF038;
}
.TagClassName
{
border-color: #BDF038;
}
</style>