Shades of Green Yellow #BDF734
Tints of Green Yellow #BDF734
RGB
CMYK
RGB Variations
Color information
#BDF734 (or 0xBDF734) is known color: Green Yellow. HEX triplet: BD, F7 and 34. RGB value is (189,247,52). Sum of RGB (Red+Green+Blue) = 189+247+52=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF734 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF734 is #4208CB. Grayscale: #D0D0D0. Windows color (decimal): -4327628 or 3471293. OLE color: 3471293.
HSL color Cylindrical-coordinate representation of color #BDF734: hue angle of 77.85º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF734 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 52 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.03 |
| HSL | 77.85º | 0.92% | 0.59% | - |
| HSV(B) | 77.85º | 0.79% | 0.97% | - |
| XYZ | 54.87 | 77.59 | 15.33 | - |
| YUV | 207.43 | 40.28 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 52 | 0.23 | 0 | 0.79 | 0.03 | 77.85 | 0.92 | 0.59 |
| Hex | BD | F7 | 34 | 17 | 0 | 4F | 3 | 4E | 5C | 3B |
| Octal | 275 | 367 | 64 | 27 | 0 | 117 | 3 | 116 | 134 | 73 |
| Binary | 10111101 | 11110111 | 110100 | 10111 | 0 | 1001111 | 11 | 1001110 | 1011100 | 111011 |
Color Harmonies of #BDF734
Complementary color
Monochromatic Colors of #BDF734
Black with #BDF734
Text Example
Text Example
White with #BDF734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF734; }
p { color: rgb(189,247,52); }
H1.HeaderClassName
{
color: #BDF734;
}
.AnyTagClassName
{
color: #BDF734;
}
</style>
background-color css
<style>
a { background-color: #BDF734; }
a { background-color: rgb(189,247,52); }
div.DivClassName
{
background-color: #BDF734;
}
.BgClassName
{
background-color: #BDF734;
}
</style>
border-color css
<style>
span { border-color: #BDF734; }
span { border-color: rgb(189,247,52); }
td.TdClassName
{
border-color: #BDF734;
}
.TagClassName
{
border-color: #BDF734;
}
</style>