Shades of Green Yellow #BDF12A
Tints of Green Yellow #BDF12A
RGB
CMYK
RGB Variations
Color information
#BDF12A (or 0xBDF12A) is known color: Green Yellow. HEX triplet: BD, F1 and 2A. RGB value is (189,241,42). Sum of RGB (Red+Green+Blue) = 189+241+42=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF12A is #420ED5. Grayscale: #CBCBCB. Windows color (decimal): -4329174 or 2814397. OLE color: 2814397.
HSL color Cylindrical-coordinate representation of color #BDF12A: hue angle of 75.68º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF12A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.05 |
| HSL | 75.68º | 0.88% | 0.55% | - |
| HSV(B) | 75.68º | 0.83% | 0.95% | - |
| XYZ | 52.86 | 73.9 | 13.67 | - |
| YUV | 202.77 | 37.27 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 42 | 0.22 | 0 | 0.83 | 0.05 | 75.68 | 0.88 | 0.55 |
| Hex | BD | F1 | 2A | 16 | 0 | 53 | 5 | 4C | 58 | 37 |
| Octal | 275 | 361 | 52 | 26 | 0 | 123 | 5 | 114 | 130 | 67 |
| Binary | 10111101 | 11110001 | 101010 | 10110 | 0 | 1010011 | 101 | 1001100 | 1011000 | 110111 |
Color Harmonies of #BDF12A
Complementary color
Monochromatic Colors of #BDF12A
Black with #BDF12A
Text Example
Text Example
White with #BDF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF12A; }
p { color: rgb(189,241,42); }
H1.HeaderClassName
{
color: #BDF12A;
}
.AnyTagClassName
{
color: #BDF12A;
}
</style>
background-color css
<style>
a { background-color: #BDF12A; }
a { background-color: rgb(189,241,42); }
div.DivClassName
{
background-color: #BDF12A;
}
.BgClassName
{
background-color: #BDF12A;
}
</style>
border-color css
<style>
span { border-color: #BDF12A; }
span { border-color: rgb(189,241,42); }
td.TdClassName
{
border-color: #BDF12A;
}
.TagClassName
{
border-color: #BDF12A;
}
</style>