Shades of Conifer #BDF54B
Tints of Conifer #BDF54B
RGB
CMYK
RGB Variations
Color information
#BDF54B (or 0xBDF54B) is known color: Conifer. HEX triplet: BD, F5 and 4B. RGB value is (189,245,75). Sum of RGB (Red+Green+Blue) = 189+245+75=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF54B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF54B is #420AB4. Grayscale: #D1D1D1. Windows color (decimal): -4328117 or 4978109. OLE color: 4978109.
HSL color Cylindrical-coordinate representation of color #BDF54B: hue angle of 79.76º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF54B is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 75 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.04 |
| HSL | 79.76º | 0.89% | 0.63% | - |
| HSV(B) | 79.76º | 0.69% | 0.96% | - |
| XYZ | 54.91 | 76.63 | 18.55 | - |
| YUV | 208.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 75 | 0.23 | 0 | 0.69 | 0.04 | 79.76 | 0.89 | 0.63 |
| Hex | BD | F5 | 4B | 17 | 0 | 45 | 4 | 50 | 59 | 3F |
| Octal | 275 | 365 | 113 | 27 | 0 | 105 | 4 | 120 | 131 | 77 |
| Binary | 10111101 | 11110101 | 1001011 | 10111 | 0 | 1000101 | 100 | 1010000 | 1011001 | 111111 |
Color Harmonies of #BDF54B
Complementary color
Monochromatic Colors of #BDF54B
Black with #BDF54B
Text Example
Text Example
White with #BDF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF54B; }
p { color: rgb(189,245,75); }
H1.HeaderClassName
{
color: #BDF54B;
}
.AnyTagClassName
{
color: #BDF54B;
}
</style>
background-color css
<style>
a { background-color: #BDF54B; }
a { background-color: rgb(189,245,75); }
div.DivClassName
{
background-color: #BDF54B;
}
.BgClassName
{
background-color: #BDF54B;
}
</style>
border-color css
<style>
span { border-color: #BDF54B; }
span { border-color: rgb(189,245,75); }
td.TdClassName
{
border-color: #BDF54B;
}
.TagClassName
{
border-color: #BDF54B;
}
</style>