Shades of Green Yellow #BDF52A
Tints of Green Yellow #BDF52A
RGB
CMYK
RGB Variations
Color information
#BDF52A (or 0xBDF52A) is known color: Green Yellow. HEX triplet: BD, F5 and 2A. RGB value is (189,245,42). Sum of RGB (Red+Green+Blue) = 189+245+42=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF52A is #420AD5. Grayscale: #CDCDCD. Windows color (decimal): -4328150 or 2815421. OLE color: 2815421.
HSL color Cylindrical-coordinate representation of color #BDF52A: hue angle of 76.55º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF52A is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 42 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.04 |
| HSL | 76.55º | 0.91% | 0.56% | - |
| HSV(B) | 76.55º | 0.83% | 0.96% | - |
| XYZ | 54.06 | 76.29 | 14.07 | - |
| YUV | 205.11 | 35.95 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 42 | 0.23 | 0 | 0.83 | 0.04 | 76.55 | 0.91 | 0.56 |
| Hex | BD | F5 | 2A | 17 | 0 | 53 | 4 | 4D | 5B | 38 |
| Octal | 275 | 365 | 52 | 27 | 0 | 123 | 4 | 115 | 133 | 70 |
| Binary | 10111101 | 11110101 | 101010 | 10111 | 0 | 1010011 | 100 | 1001101 | 1011011 | 111000 |
Color Harmonies of #BDF52A
Complementary color
Monochromatic Colors of #BDF52A
Black with #BDF52A
Text Example
Text Example
White with #BDF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF52A; }
p { color: rgb(189,245,42); }
H1.HeaderClassName
{
color: #BDF52A;
}
.AnyTagClassName
{
color: #BDF52A;
}
</style>
background-color css
<style>
a { background-color: #BDF52A; }
a { background-color: rgb(189,245,42); }
div.DivClassName
{
background-color: #BDF52A;
}
.BgClassName
{
background-color: #BDF52A;
}
</style>
border-color css
<style>
span { border-color: #BDF52A; }
span { border-color: rgb(189,245,42); }
td.TdClassName
{
border-color: #BDF52A;
}
.TagClassName
{
border-color: #BDF52A;
}
</style>