Shades of Green Yellow #BDF444
Tints of Green Yellow #BDF444
RGB
CMYK
RGB Variations
Color information
#BDF444 (or 0xBDF444) is known color: Green Yellow. HEX triplet: BD, F4 and 44. RGB value is (189,244,68). Sum of RGB (Red+Green+Blue) = 189+244+68=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF444 is #420BBB. Grayscale: #D0D0D0. Windows color (decimal): -4328380 or 4519101. OLE color: 4519101.
HSL color Cylindrical-coordinate representation of color #BDF444: hue angle of 78.75º degrees, saturation: 0.89, 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 #BDF444 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 68 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.04 |
| HSL | 78.75º | 0.89% | 0.61% | - |
| HSV(B) | 78.75º | 0.72% | 0.96% | - |
| XYZ | 54.38 | 75.94 | 17.26 | - |
| YUV | 207.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 68 | 0.23 | 0 | 0.72 | 0.04 | 78.75 | 0.89 | 0.61 |
| Hex | BD | F4 | 44 | 17 | 0 | 48 | 4 | 4F | 59 | 3D |
| Octal | 275 | 364 | 104 | 27 | 0 | 110 | 4 | 117 | 131 | 75 |
| Binary | 10111101 | 11110100 | 1000100 | 10111 | 0 | 1001000 | 100 | 1001111 | 1011001 | 111101 |
Color Harmonies of #BDF444
Complementary color
Monochromatic Colors of #BDF444
Black with #BDF444
Text Example
Text Example
White with #BDF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF444; }
p { color: rgb(189,244,68); }
H1.HeaderClassName
{
color: #BDF444;
}
.AnyTagClassName
{
color: #BDF444;
}
</style>
background-color css
<style>
a { background-color: #BDF444; }
a { background-color: rgb(189,244,68); }
div.DivClassName
{
background-color: #BDF444;
}
.BgClassName
{
background-color: #BDF444;
}
</style>
border-color css
<style>
span { border-color: #BDF444; }
span { border-color: rgb(189,244,68); }
td.TdClassName
{
border-color: #BDF444;
}
.TagClassName
{
border-color: #BDF444;
}
</style>