Shades of Green Yellow #BDF63B
Tints of Green Yellow #BDF63B
RGB
CMYK
RGB Variations
Color information
#BDF63B (or 0xBDF63B) is known color: Green Yellow. HEX triplet: BD, F6 and 3B. RGB value is (189,246,59). Sum of RGB (Red+Green+Blue) = 189+246+59=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF63B is #4209C4. Grayscale: #D0D0D0. Windows color (decimal): -4327877 or 3929789. OLE color: 3929789.
HSL color Cylindrical-coordinate representation of color #BDF63B: hue angle of 78.29º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF63B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 59 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.04 |
| HSL | 78.29º | 0.91% | 0.6% | - |
| HSV(B) | 78.29º | 0.76% | 0.96% | - |
| XYZ | 54.73 | 77.05 | 16.12 | - |
| YUV | 207.64 | 44.12 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 59 | 0.23 | 0 | 0.76 | 0.04 | 78.29 | 0.91 | 0.6 |
| Hex | BD | F6 | 3B | 17 | 0 | 4C | 4 | 4E | 5B | 3C |
| Octal | 275 | 366 | 73 | 27 | 0 | 114 | 4 | 116 | 133 | 74 |
| Binary | 10111101 | 11110110 | 111011 | 10111 | 0 | 1001100 | 100 | 1001110 | 1011011 | 111100 |
Color Harmonies of #BDF63B
Complementary color
Monochromatic Colors of #BDF63B
Black with #BDF63B
Text Example
Text Example
White with #BDF63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF63B; }
p { color: rgb(189,246,59); }
H1.HeaderClassName
{
color: #BDF63B;
}
.AnyTagClassName
{
color: #BDF63B;
}
</style>
background-color css
<style>
a { background-color: #BDF63B; }
a { background-color: rgb(189,246,59); }
div.DivClassName
{
background-color: #BDF63B;
}
.BgClassName
{
background-color: #BDF63B;
}
</style>
border-color css
<style>
span { border-color: #BDF63B; }
span { border-color: rgb(189,246,59); }
td.TdClassName
{
border-color: #BDF63B;
}
.TagClassName
{
border-color: #BDF63B;
}
</style>