Shades of Green Yellow #BDF225
Tints of Green Yellow #BDF225
RGB
CMYK
RGB Variations
Color information
#BDF225 (or 0xBDF225) is known color: Green Yellow. HEX triplet: BD, F2 and 25. RGB value is (189,242,37). Sum of RGB (Red+Green+Blue) = 189+242+37=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF225 is #420DDA. Grayscale: #CBCBCB. Windows color (decimal): -4328923 or 2486973. OLE color: 2486973.
HSL color Cylindrical-coordinate representation of color #BDF225: hue angle of 75.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDF225 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 37 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.05 |
| HSL | 75.51º | 0.89% | 0.55% | - |
| HSV(B) | 75.51º | 0.85% | 0.95% | - |
| XYZ | 53.07 | 74.46 | 13.32 | - |
| YUV | 202.78 | 34.44 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 37 | 0.22 | 0 | 0.85 | 0.05 | 75.51 | 0.89 | 0.55 |
| Hex | BD | F2 | 25 | 16 | 0 | 55 | 5 | 4C | 59 | 37 |
| Octal | 275 | 362 | 45 | 26 | 0 | 125 | 5 | 114 | 131 | 67 |
| Binary | 10111101 | 11110010 | 100101 | 10110 | 0 | 1010101 | 101 | 1001100 | 1011001 | 110111 |
Color Harmonies of #BDF225
Complementary color
Monochromatic Colors of #BDF225
Black with #BDF225
Text Example
Text Example
White with #BDF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF225; }
p { color: rgb(189,242,37); }
H1.HeaderClassName
{
color: #BDF225;
}
.AnyTagClassName
{
color: #BDF225;
}
</style>
background-color css
<style>
a { background-color: #BDF225; }
a { background-color: rgb(189,242,37); }
div.DivClassName
{
background-color: #BDF225;
}
.BgClassName
{
background-color: #BDF225;
}
</style>
border-color css
<style>
span { border-color: #BDF225; }
span { border-color: rgb(189,242,37); }
td.TdClassName
{
border-color: #BDF225;
}
.TagClassName
{
border-color: #BDF225;
}
</style>