Shades of Green Yellow #BDF544
Tints of Green Yellow #BDF544
RGB
CMYK
RGB Variations
Color information
#BDF544 (or 0xBDF544) is known color: Green Yellow. HEX triplet: BD, F5 and 44. RGB value is (189,245,68). Sum of RGB (Red+Green+Blue) = 189+245+68=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF544 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF544 is #420ABB. Grayscale: #D0D0D0. Windows color (decimal): -4328124 or 4519357. OLE color: 4519357.
HSL color Cylindrical-coordinate representation of color #BDF544: hue angle of 78.98º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF544 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 68 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.04 |
| HSL | 78.98º | 0.9% | 0.61% | - |
| HSV(B) | 78.98º | 0.72% | 0.96% | - |
| XYZ | 54.68 | 76.54 | 17.36 | - |
| YUV | 208.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 68 | 0.23 | 0 | 0.72 | 0.04 | 78.98 | 0.9 | 0.61 |
| Hex | BD | F5 | 44 | 17 | 0 | 48 | 4 | 4F | 5A | 3D |
| Octal | 275 | 365 | 104 | 27 | 0 | 110 | 4 | 117 | 132 | 75 |
| Binary | 10111101 | 11110101 | 1000100 | 10111 | 0 | 1001000 | 100 | 1001111 | 1011010 | 111101 |
Color Harmonies of #BDF544
Complementary color
Monochromatic Colors of #BDF544
Black with #BDF544
Text Example
Text Example
White with #BDF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF544; }
p { color: rgb(189,245,68); }
H1.HeaderClassName
{
color: #BDF544;
}
.AnyTagClassName
{
color: #BDF544;
}
</style>
background-color css
<style>
a { background-color: #BDF544; }
a { background-color: rgb(189,245,68); }
div.DivClassName
{
background-color: #BDF544;
}
.BgClassName
{
background-color: #BDF544;
}
</style>
border-color css
<style>
span { border-color: #BDF544; }
span { border-color: rgb(189,245,68); }
td.TdClassName
{
border-color: #BDF544;
}
.TagClassName
{
border-color: #BDF544;
}
</style>