Shades of Green Yellow #BDFF37
Tints of Green Yellow #BDFF37
RGB
CMYK
RGB Variations
Color information
#BDFF37 (or 0xBDFF37) is known color: Green Yellow. HEX triplet: BD, FF and 37. RGB value is (189,255,55). Sum of RGB (Red+Green+Blue) = 189+255+55=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF37 is #4200C8. Grayscale: #D5D5D5. Windows color (decimal): -4325577 or 3669949. OLE color: 3669949.
HSL color Cylindrical-coordinate representation of color #BDFF37: hue angle of 79.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDFF37 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 55 | - |
| CMYK | 0.26 | 0 | 0.78 | 0 |
| HSL | 79.8º | 1% | 0.61% | - |
| HSV(B) | 79.8º | 0.78% | 1% | - |
| XYZ | 57.44 | 82.61 | 16.53 | - |
| YUV | 212.47 | 39.13 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 55 | 0.26 | 0 | 0.78 | 0 | 79.8 | 1 | 0.61 |
| Hex | BD | FF | 37 | 1A | 0 | 4E | 0 | 50 | 64 | 3D |
| Octal | 275 | 377 | 67 | 32 | 0 | 116 | 0 | 120 | 144 | 75 |
| Binary | 10111101 | 11111111 | 110111 | 11010 | 0 | 1001110 | 0 | 1010000 | 1100100 | 111101 |
Color Harmonies of #BDFF37
Complementary color
Monochromatic Colors of #BDFF37
Black with #BDFF37
Text Example
Text Example
White with #BDFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF37; }
p { color: rgb(189,255,55); }
H1.HeaderClassName
{
color: #BDFF37;
}
.AnyTagClassName
{
color: #BDFF37;
}
</style>
background-color css
<style>
a { background-color: #BDFF37; }
a { background-color: rgb(189,255,55); }
div.DivClassName
{
background-color: #BDFF37;
}
.BgClassName
{
background-color: #BDFF37;
}
</style>
border-color css
<style>
span { border-color: #BDFF37; }
span { border-color: rgb(189,255,55); }
td.TdClassName
{
border-color: #BDFF37;
}
.TagClassName
{
border-color: #BDFF37;
}
</style>