Shades of Green Yellow #BDF542
Tints of Green Yellow #BDF542
RGB
CMYK
RGB Variations
Color information
#BDF542 (or 0xBDF542) is known color: Green Yellow. HEX triplet: BD, F5 and 42. RGB value is (189,245,66). Sum of RGB (Red+Green+Blue) = 189+245+66=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF542 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF542 is #420ABD. Grayscale: #D0D0D0. Windows color (decimal): -4328126 or 4388285. OLE color: 4388285.
HSL color Cylindrical-coordinate representation of color #BDF542: hue angle of 78.77º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF542 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 66 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.04 |
| HSL | 78.77º | 0.9% | 0.61% | - |
| HSV(B) | 78.77º | 0.73% | 0.96% | - |
| XYZ | 54.62 | 76.52 | 17.04 | - |
| YUV | 207.85 | 47.95 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 66 | 0.23 | 0 | 0.73 | 0.04 | 78.77 | 0.9 | 0.61 |
| Hex | BD | F5 | 42 | 17 | 0 | 49 | 4 | 4F | 5A | 3D |
| Octal | 275 | 365 | 102 | 27 | 0 | 111 | 4 | 117 | 132 | 75 |
| Binary | 10111101 | 11110101 | 1000010 | 10111 | 0 | 1001001 | 100 | 1001111 | 1011010 | 111101 |
Color Harmonies of #BDF542
Complementary color
Monochromatic Colors of #BDF542
Black with #BDF542
Text Example
Text Example
White with #BDF542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF542; }
p { color: rgb(189,245,66); }
H1.HeaderClassName
{
color: #BDF542;
}
.AnyTagClassName
{
color: #BDF542;
}
</style>
background-color css
<style>
a { background-color: #BDF542; }
a { background-color: rgb(189,245,66); }
div.DivClassName
{
background-color: #BDF542;
}
.BgClassName
{
background-color: #BDF542;
}
</style>
border-color css
<style>
span { border-color: #BDF542; }
span { border-color: rgb(189,245,66); }
td.TdClassName
{
border-color: #BDF542;
}
.TagClassName
{
border-color: #BDF542;
}
</style>