Shades of Green Yellow #BDF740
Tints of Green Yellow #BDF740
RGB
CMYK
RGB Variations
Color information
#BDF740 (or 0xBDF740) is known color: Green Yellow. HEX triplet: BD, F7 and 40. RGB value is (189,247,64). Sum of RGB (Red+Green+Blue) = 189+247+64=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF740 is #4208BF. Grayscale: #D1D1D1. Windows color (decimal): -4327616 or 4257725. OLE color: 4257725.
HSL color Cylindrical-coordinate representation of color #BDF740: hue angle of 79.02º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF740 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.03 |
| HSL | 79.02º | 0.92% | 0.61% | - |
| HSV(B) | 79.02º | 0.74% | 0.97% | - |
| XYZ | 55.17 | 77.71 | 16.94 | - |
| YUV | 208.8 | 46.28 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 64 | 0.23 | 0 | 0.74 | 0.03 | 79.02 | 0.92 | 0.61 |
| Hex | BD | F7 | 40 | 17 | 0 | 4A | 3 | 4F | 5C | 3D |
| Octal | 275 | 367 | 100 | 27 | 0 | 112 | 3 | 117 | 134 | 75 |
| Binary | 10111101 | 11110111 | 1000000 | 10111 | 0 | 1001010 | 11 | 1001111 | 1011100 | 111101 |
Color Harmonies of #BDF740
Complementary color
Monochromatic Colors of #BDF740
Black with #BDF740
Text Example
Text Example
White with #BDF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF740; }
p { color: rgb(189,247,64); }
H1.HeaderClassName
{
color: #BDF740;
}
.AnyTagClassName
{
color: #BDF740;
}
</style>
background-color css
<style>
a { background-color: #BDF740; }
a { background-color: rgb(189,247,64); }
div.DivClassName
{
background-color: #BDF740;
}
.BgClassName
{
background-color: #BDF740;
}
</style>
border-color css
<style>
span { border-color: #BDF740; }
span { border-color: rgb(189,247,64); }
td.TdClassName
{
border-color: #BDF740;
}
.TagClassName
{
border-color: #BDF740;
}
</style>