Shades of Conifer #BDF957
Tints of Conifer #BDF957
RGB
CMYK
RGB Variations
Color information
#BDF957 (or 0xBDF957) is known color: Conifer. HEX triplet: BD, F9 and 57. RGB value is (189,249,87). Sum of RGB (Red+Green+Blue) = 189+249+87=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF957 is #4206A8. Grayscale: #D5D5D5. Windows color (decimal): -4327081 or 5765565. OLE color: 5765565.
HSL color Cylindrical-coordinate representation of color #BDF957: hue angle of 82.22º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF957 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 87 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.02 |
| HSL | 82.22º | 0.93% | 0.66% | - |
| HSV(B) | 82.22º | 0.65% | 0.98% | - |
| XYZ | 56.58 | 79.26 | 21.33 | - |
| YUV | 212.59 | 57.12 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 87 | 0.24 | 0 | 0.65 | 0.02 | 82.22 | 0.93 | 0.66 |
| Hex | BD | F9 | 57 | 18 | 0 | 41 | 2 | 52 | 5D | 42 |
| Octal | 275 | 371 | 127 | 30 | 0 | 101 | 2 | 122 | 135 | 102 |
| Binary | 10111101 | 11111001 | 1010111 | 11000 | 0 | 1000001 | 10 | 1010010 | 1011101 | 1000010 |
Color Harmonies of #BDF957
Complementary color
Monochromatic Colors of #BDF957
Black with #BDF957
Text Example
Text Example
White with #BDF957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF957; }
p { color: rgb(189,249,87); }
H1.HeaderClassName
{
color: #BDF957;
}
.AnyTagClassName
{
color: #BDF957;
}
</style>
background-color css
<style>
a { background-color: #BDF957; }
a { background-color: rgb(189,249,87); }
div.DivClassName
{
background-color: #BDF957;
}
.BgClassName
{
background-color: #BDF957;
}
</style>
border-color css
<style>
span { border-color: #BDF957; }
span { border-color: rgb(189,249,87); }
td.TdClassName
{
border-color: #BDF957;
}
.TagClassName
{
border-color: #BDF957;
}
</style>