Shades of Green Yellow #BDF622
Tints of Green Yellow #BDF622
RGB
CMYK
RGB Variations
Color information
#BDF622 (or 0xBDF622) is known color: Green Yellow. HEX triplet: BD, F6 and 22. RGB value is (189,246,34). Sum of RGB (Red+Green+Blue) = 189+246+34=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF622 is #4209DD. Grayscale: #CDCDCD. Windows color (decimal): -4327902 or 2291389. OLE color: 2291389.
HSL color Cylindrical-coordinate representation of color #BDF622: hue angle of 76.13º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDF622 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 34 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.04 |
| HSL | 76.13º | 0.92% | 0.55% | - |
| HSV(B) | 76.13º | 0.86% | 0.96% | - |
| XYZ | 54.23 | 76.85 | 13.49 | - |
| YUV | 204.79 | 31.62 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 34 | 0.23 | 0 | 0.86 | 0.04 | 76.13 | 0.92 | 0.55 |
| Hex | BD | F6 | 22 | 17 | 0 | 56 | 4 | 4C | 5C | 37 |
| Octal | 275 | 366 | 42 | 27 | 0 | 126 | 4 | 114 | 134 | 67 |
| Binary | 10111101 | 11110110 | 100010 | 10111 | 0 | 1010110 | 100 | 1001100 | 1011100 | 110111 |
Color Harmonies of #BDF622
Complementary color
Monochromatic Colors of #BDF622
Black with #BDF622
Text Example
Text Example
White with #BDF622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF622; }
p { color: rgb(189,246,34); }
H1.HeaderClassName
{
color: #BDF622;
}
.AnyTagClassName
{
color: #BDF622;
}
</style>
background-color css
<style>
a { background-color: #BDF622; }
a { background-color: rgb(189,246,34); }
div.DivClassName
{
background-color: #BDF622;
}
.BgClassName
{
background-color: #BDF622;
}
</style>
border-color css
<style>
span { border-color: #BDF622; }
span { border-color: rgb(189,246,34); }
td.TdClassName
{
border-color: #BDF622;
}
.TagClassName
{
border-color: #BDF622;
}
</style>