Shades of Green Yellow #BDFF25
Tints of Green Yellow #BDFF25
RGB
CMYK
RGB Variations
Color information
#BDFF25 (or 0xBDFF25) is known color: Green Yellow. HEX triplet: BD, FF and 25. RGB value is (189,255,37). Sum of RGB (Red+Green+Blue) = 189+255+37=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF25 is #4200DA. Grayscale: #D3D3D3. Windows color (decimal): -4325595 or 2490301. OLE color: 2490301.
HSL color Cylindrical-coordinate representation of color #BDFF25: hue angle of 78.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDFF25 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 37 | - |
| CMYK | 0.26 | 0 | 0.85 | 0 |
| HSL | 78.17º | 1% | 0.57% | - |
| HSV(B) | 78.17º | 0.85% | 1% | - |
| XYZ | 57.08 | 82.47 | 14.66 | - |
| YUV | 210.41 | 30.13 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 37 | 0.26 | 0 | 0.85 | 0 | 78.17 | 1 | 0.57 |
| Hex | BD | FF | 25 | 1A | 0 | 55 | 0 | 4E | 64 | 39 |
| Octal | 275 | 377 | 45 | 32 | 0 | 125 | 0 | 116 | 144 | 71 |
| Binary | 10111101 | 11111111 | 100101 | 11010 | 0 | 1010101 | 0 | 1001110 | 1100100 | 111001 |
Color Harmonies of #BDFF25
Complementary color
Monochromatic Colors of #BDFF25
Black with #BDFF25
Text Example
Text Example
White with #BDFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF25; }
p { color: rgb(189,255,37); }
H1.HeaderClassName
{
color: #BDFF25;
}
.AnyTagClassName
{
color: #BDFF25;
}
</style>
background-color css
<style>
a { background-color: #BDFF25; }
a { background-color: rgb(189,255,37); }
div.DivClassName
{
background-color: #BDFF25;
}
.BgClassName
{
background-color: #BDFF25;
}
</style>
border-color css
<style>
span { border-color: #BDFF25; }
span { border-color: rgb(189,255,37); }
td.TdClassName
{
border-color: #BDFF25;
}
.TagClassName
{
border-color: #BDFF25;
}
</style>