Shades of Green Yellow #BDF325
Tints of Green Yellow #BDF325
RGB
CMYK
RGB Variations
Color information
#BDF325 (or 0xBDF325) is known color: Green Yellow. HEX triplet: BD, F3 and 25. RGB value is (189,243,37). Sum of RGB (Red+Green+Blue) = 189+243+37=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF325 is #420CDA. Grayscale: #CCCCCC. Windows color (decimal): -4328667 or 2487229. OLE color: 2487229.
HSL color Cylindrical-coordinate representation of color #BDF325: hue angle of 75.73º degrees, saturation: 0.9, 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 #BDF325 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 37 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.05 |
| HSL | 75.73º | 0.9% | 0.55% | - |
| HSV(B) | 75.73º | 0.85% | 0.95% | - |
| XYZ | 53.37 | 75.05 | 13.42 | - |
| YUV | 203.37 | 34.11 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 37 | 0.22 | 0 | 0.85 | 0.05 | 75.73 | 0.9 | 0.55 |
| Hex | BD | F3 | 25 | 16 | 0 | 55 | 5 | 4C | 5A | 37 |
| Octal | 275 | 363 | 45 | 26 | 0 | 125 | 5 | 114 | 132 | 67 |
| Binary | 10111101 | 11110011 | 100101 | 10110 | 0 | 1010101 | 101 | 1001100 | 1011010 | 110111 |
Color Harmonies of #BDF325
Complementary color
Monochromatic Colors of #BDF325
Black with #BDF325
Text Example
Text Example
White with #BDF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF325; }
p { color: rgb(189,243,37); }
H1.HeaderClassName
{
color: #BDF325;
}
.AnyTagClassName
{
color: #BDF325;
}
</style>
background-color css
<style>
a { background-color: #BDF325; }
a { background-color: rgb(189,243,37); }
div.DivClassName
{
background-color: #BDF325;
}
.BgClassName
{
background-color: #BDF325;
}
</style>
border-color css
<style>
span { border-color: #BDF325; }
span { border-color: rgb(189,243,37); }
td.TdClassName
{
border-color: #BDF325;
}
.TagClassName
{
border-color: #BDF325;
}
</style>