Shades of Green Yellow #BDF638
Tints of Green Yellow #BDF638
RGB
CMYK
RGB Variations
Color information
#BDF638 (or 0xBDF638) is known color: Green Yellow. HEX triplet: BD, F6 and 38. RGB value is (189,246,56). Sum of RGB (Red+Green+Blue) = 189+246+56=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF638 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF638 is #4209C7. Grayscale: #CFCFCF. Windows color (decimal): -4327880 or 3733181. OLE color: 3733181.
HSL color Cylindrical-coordinate representation of color #BDF638: hue angle of 78º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDF638 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 56 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.04 |
| HSL | 78º | 0.91% | 0.59% | - |
| HSV(B) | 78º | 0.77% | 0.96% | - |
| XYZ | 54.66 | 77.02 | 15.73 | - |
| YUV | 207.3 | 42.62 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 56 | 0.23 | 0 | 0.77 | 0.04 | 78 | 0.91 | 0.59 |
| Hex | BD | F6 | 38 | 17 | 0 | 4D | 4 | 4E | 5B | 3B |
| Octal | 275 | 366 | 70 | 27 | 0 | 115 | 4 | 116 | 133 | 73 |
| Binary | 10111101 | 11110110 | 111000 | 10111 | 0 | 1001101 | 100 | 1001110 | 1011011 | 111011 |
Color Harmonies of #BDF638
Complementary color
Monochromatic Colors of #BDF638
Black with #BDF638
Text Example
Text Example
White with #BDF638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF638; }
p { color: rgb(189,246,56); }
H1.HeaderClassName
{
color: #BDF638;
}
.AnyTagClassName
{
color: #BDF638;
}
</style>
background-color css
<style>
a { background-color: #BDF638; }
a { background-color: rgb(189,246,56); }
div.DivClassName
{
background-color: #BDF638;
}
.BgClassName
{
background-color: #BDF638;
}
</style>
border-color css
<style>
span { border-color: #BDF638; }
span { border-color: rgb(189,246,56); }
td.TdClassName
{
border-color: #BDF638;
}
.TagClassName
{
border-color: #BDF638;
}
</style>