Shades of Green Yellow #BDF822
Tints of Green Yellow #BDF822
RGB
CMYK
RGB Variations
Color information
#BDF822 (or 0xBDF822) is known color: Green Yellow. HEX triplet: BD, F8 and 22. RGB value is (189,248,34). Sum of RGB (Red+Green+Blue) = 189+248+34=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF822 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF822 is #4207DD. Grayscale: #CECECE. Windows color (decimal): -4327390 or 2291901. OLE color: 2291901.
HSL color Cylindrical-coordinate representation of color #BDF822: hue angle of 76.54º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDF822 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 34 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.03 |
| HSL | 76.54º | 0.94% | 0.55% | - |
| HSV(B) | 76.54º | 0.86% | 0.97% | - |
| XYZ | 54.84 | 78.07 | 13.69 | - |
| YUV | 205.96 | 30.95 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 34 | 0.24 | 0 | 0.86 | 0.03 | 76.54 | 0.94 | 0.55 |
| Hex | BD | F8 | 22 | 18 | 0 | 56 | 3 | 4D | 5E | 37 |
| Octal | 275 | 370 | 42 | 30 | 0 | 126 | 3 | 115 | 136 | 67 |
| Binary | 10111101 | 11111000 | 100010 | 11000 | 0 | 1010110 | 11 | 1001101 | 1011110 | 110111 |
Color Harmonies of #BDF822
Complementary color
Monochromatic Colors of #BDF822
Black with #BDF822
Text Example
Text Example
White with #BDF822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF822; }
p { color: rgb(189,248,34); }
H1.HeaderClassName
{
color: #BDF822;
}
.AnyTagClassName
{
color: #BDF822;
}
</style>
background-color css
<style>
a { background-color: #BDF822; }
a { background-color: rgb(189,248,34); }
div.DivClassName
{
background-color: #BDF822;
}
.BgClassName
{
background-color: #BDF822;
}
</style>
border-color css
<style>
span { border-color: #BDF822; }
span { border-color: rgb(189,248,34); }
td.TdClassName
{
border-color: #BDF822;
}
.TagClassName
{
border-color: #BDF822;
}
</style>