Shades of Green Yellow #BDF534
Tints of Green Yellow #BDF534
RGB
CMYK
RGB Variations
Color information
#BDF534 (or 0xBDF534) is known color: Green Yellow. HEX triplet: BD, F5 and 34. RGB value is (189,245,52). Sum of RGB (Red+Green+Blue) = 189+245+52=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF534 is #420ACB. Grayscale: #CECECE. Windows color (decimal): -4328140 or 3470781. OLE color: 3470781.
HSL color Cylindrical-coordinate representation of color #BDF534: hue angle of 77.41º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF534 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 52 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.04 |
| HSL | 77.41º | 0.91% | 0.58% | - |
| HSV(B) | 77.41º | 0.79% | 0.96% | - |
| XYZ | 54.26 | 76.37 | 15.13 | - |
| YUV | 206.25 | 40.95 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 52 | 0.23 | 0 | 0.79 | 0.04 | 77.41 | 0.91 | 0.58 |
| Hex | BD | F5 | 34 | 17 | 0 | 4F | 4 | 4D | 5B | 3A |
| Octal | 275 | 365 | 64 | 27 | 0 | 117 | 4 | 115 | 133 | 72 |
| Binary | 10111101 | 11110101 | 110100 | 10111 | 0 | 1001111 | 100 | 1001101 | 1011011 | 111010 |
Color Harmonies of #BDF534
Complementary color
Monochromatic Colors of #BDF534
Black with #BDF534
Text Example
Text Example
White with #BDF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF534; }
p { color: rgb(189,245,52); }
H1.HeaderClassName
{
color: #BDF534;
}
.AnyTagClassName
{
color: #BDF534;
}
</style>
background-color css
<style>
a { background-color: #BDF534; }
a { background-color: rgb(189,245,52); }
div.DivClassName
{
background-color: #BDF534;
}
.BgClassName
{
background-color: #BDF534;
}
</style>
border-color css
<style>
span { border-color: #BDF534; }
span { border-color: rgb(189,245,52); }
td.TdClassName
{
border-color: #BDF534;
}
.TagClassName
{
border-color: #BDF534;
}
</style>