Shades of Green Yellow #BDF646
Tints of Green Yellow #BDF646
RGB
CMYK
RGB Variations
Color information
#BDF646 (or 0xBDF646) is known color: Green Yellow. HEX triplet: BD, F6 and 46. RGB value is (189,246,70). Sum of RGB (Red+Green+Blue) = 189+246+70=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF646 is #4209B9. Grayscale: #D1D1D1. Windows color (decimal): -4327866 or 4650685. OLE color: 4650685.
HSL color Cylindrical-coordinate representation of color #BDF646: hue angle of 79.43º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF646 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 70 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.04 |
| HSL | 79.43º | 0.91% | 0.62% | - |
| HSV(B) | 79.43º | 0.72% | 0.96% | - |
| XYZ | 55.05 | 77.17 | 17.79 | - |
| YUV | 208.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 70 | 0.23 | 0 | 0.72 | 0.04 | 79.43 | 0.91 | 0.62 |
| Hex | BD | F6 | 46 | 17 | 0 | 48 | 4 | 4F | 5B | 3E |
| Octal | 275 | 366 | 106 | 27 | 0 | 110 | 4 | 117 | 133 | 76 |
| Binary | 10111101 | 11110110 | 1000110 | 10111 | 0 | 1001000 | 100 | 1001111 | 1011011 | 111110 |
Color Harmonies of #BDF646
Complementary color
Monochromatic Colors of #BDF646
Black with #BDF646
Text Example
Text Example
White with #BDF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF646; }
p { color: rgb(189,246,70); }
H1.HeaderClassName
{
color: #BDF646;
}
.AnyTagClassName
{
color: #BDF646;
}
</style>
background-color css
<style>
a { background-color: #BDF646; }
a { background-color: rgb(189,246,70); }
div.DivClassName
{
background-color: #BDF646;
}
.BgClassName
{
background-color: #BDF646;
}
</style>
border-color css
<style>
span { border-color: #BDF646; }
span { border-color: rgb(189,246,70); }
td.TdClassName
{
border-color: #BDF646;
}
.TagClassName
{
border-color: #BDF646;
}
</style>