Shades of Green Yellow #BDEF2F
Tints of Green Yellow #BDEF2F
RGB
CMYK
RGB Variations
Color information
#BDEF2F (or 0xBDEF2F) is known color: Green Yellow. HEX triplet: BD, EF and 2F. RGB value is (189,239,47). Sum of RGB (Red+Green+Blue) = 189+239+47=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF2F is #4210D0. Grayscale: #CACACA. Windows color (decimal): -4329681 or 3141565. OLE color: 3141565.
HSL color Cylindrical-coordinate representation of color #BDEF2F: hue angle of 75.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDEF2F is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 47 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.06 |
| HSL | 75.63º | 0.86% | 0.56% | - |
| HSV(B) | 75.63º | 0.8% | 0.94% | - |
| XYZ | 52.37 | 72.76 | 13.97 | - |
| YUV | 202.16 | 40.44 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 47 | 0.21 | 0 | 0.80 | 0.06 | 75.63 | 0.86 | 0.56 |
| Hex | BD | EF | 2F | 15 | 0 | 50 | 6 | 4C | 56 | 38 |
| Octal | 275 | 357 | 57 | 25 | 0 | 120 | 6 | 114 | 126 | 70 |
| Binary | 10111101 | 11101111 | 101111 | 10101 | 0 | 1010000 | 110 | 1001100 | 1010110 | 111000 |
Color Harmonies of #BDEF2F
Complementary color
Monochromatic Colors of #BDEF2F
Black with #BDEF2F
Text Example
Text Example
White with #BDEF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF2F; }
p { color: rgb(189,239,47); }
H1.HeaderClassName
{
color: #BDEF2F;
}
.AnyTagClassName
{
color: #BDEF2F;
}
</style>
background-color css
<style>
a { background-color: #BDEF2F; }
a { background-color: rgb(189,239,47); }
div.DivClassName
{
background-color: #BDEF2F;
}
.BgClassName
{
background-color: #BDEF2F;
}
</style>
border-color css
<style>
span { border-color: #BDEF2F; }
span { border-color: rgb(189,239,47); }
td.TdClassName
{
border-color: #BDEF2F;
}
.TagClassName
{
border-color: #BDEF2F;
}
</style>