Shades of Green Yellow #BDEF37
Tints of Green Yellow #BDEF37
RGB
CMYK
RGB Variations
Color information
#BDEF37 (or 0xBDEF37) is known color: Green Yellow. HEX triplet: BD, EF and 37. RGB value is (189,239,55). Sum of RGB (Red+Green+Blue) = 189+239+55=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF37 is #4210C8. Grayscale: #CBCBCB. Windows color (decimal): -4329673 or 3665853. OLE color: 3665853.
HSL color Cylindrical-coordinate representation of color #BDEF37: hue angle of 76.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDEF37 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 55 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.06 |
| HSL | 76.3º | 0.85% | 0.58% | - |
| HSV(B) | 76.3º | 0.77% | 0.94% | - |
| XYZ | 52.54 | 72.83 | 14.9 | - |
| YUV | 203.07 | 44.44 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 55 | 0.21 | 0 | 0.77 | 0.06 | 76.3 | 0.85 | 0.58 |
| Hex | BD | EF | 37 | 15 | 0 | 4D | 6 | 4C | 55 | 3A |
| Octal | 275 | 357 | 67 | 25 | 0 | 115 | 6 | 114 | 125 | 72 |
| Binary | 10111101 | 11101111 | 110111 | 10101 | 0 | 1001101 | 110 | 1001100 | 1010101 | 111010 |
Color Harmonies of #BDEF37
Complementary color
Monochromatic Colors of #BDEF37
Black with #BDEF37
Text Example
Text Example
White with #BDEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF37; }
p { color: rgb(189,239,55); }
H1.HeaderClassName
{
color: #BDEF37;
}
.AnyTagClassName
{
color: #BDEF37;
}
</style>
background-color css
<style>
a { background-color: #BDEF37; }
a { background-color: rgb(189,239,55); }
div.DivClassName
{
background-color: #BDEF37;
}
.BgClassName
{
background-color: #BDEF37;
}
</style>
border-color css
<style>
span { border-color: #BDEF37; }
span { border-color: rgb(189,239,55); }
td.TdClassName
{
border-color: #BDEF37;
}
.TagClassName
{
border-color: #BDEF37;
}
</style>