Shades of Green Yellow #BDF744
Tints of Green Yellow #BDF744
RGB
CMYK
RGB Variations
Color information
#BDF744 (or 0xBDF744) is known color: Green Yellow. HEX triplet: BD, F7 and 44. RGB value is (189,247,68). Sum of RGB (Red+Green+Blue) = 189+247+68=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF744 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF744 is #4208BB. Grayscale: #D1D1D1. Windows color (decimal): -4327612 or 4519869. OLE color: 4519869.
HSL color Cylindrical-coordinate representation of color #BDF744: hue angle of 79.44º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF744 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 68 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.03 |
| HSL | 79.44º | 0.92% | 0.62% | - |
| HSV(B) | 79.44º | 0.72% | 0.97% | - |
| XYZ | 55.29 | 77.76 | 17.56 | - |
| YUV | 209.25 | 48.28 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 68 | 0.23 | 0 | 0.72 | 0.03 | 79.44 | 0.92 | 0.62 |
| Hex | BD | F7 | 44 | 17 | 0 | 48 | 3 | 4F | 5C | 3E |
| Octal | 275 | 367 | 104 | 27 | 0 | 110 | 3 | 117 | 134 | 76 |
| Binary | 10111101 | 11110111 | 1000100 | 10111 | 0 | 1001000 | 11 | 1001111 | 1011100 | 111110 |
Color Harmonies of #BDF744
Complementary color
Monochromatic Colors of #BDF744
Black with #BDF744
Text Example
Text Example
White with #BDF744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF744; }
p { color: rgb(189,247,68); }
H1.HeaderClassName
{
color: #BDF744;
}
.AnyTagClassName
{
color: #BDF744;
}
</style>
background-color css
<style>
a { background-color: #BDF744; }
a { background-color: rgb(189,247,68); }
div.DivClassName
{
background-color: #BDF744;
}
.BgClassName
{
background-color: #BDF744;
}
</style>
border-color css
<style>
span { border-color: #BDF744; }
span { border-color: rgb(189,247,68); }
td.TdClassName
{
border-color: #BDF744;
}
.TagClassName
{
border-color: #BDF744;
}
</style>