Shades of Conifer #BDF757
Tints of Conifer #BDF757
RGB
CMYK
RGB Variations
Color information
#BDF757 (or 0xBDF757) is known color: Conifer. HEX triplet: BD, F7 and 57. RGB value is (189,247,87). Sum of RGB (Red+Green+Blue) = 189+247+87=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF757 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF757 is #4208A8. Grayscale: #D3D3D3. Windows color (decimal): -4327593 or 5765053. OLE color: 5765053.
HSL color Cylindrical-coordinate representation of color #BDF757: hue angle of 81.75º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF757 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 87 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.03 |
| HSL | 81.75º | 0.91% | 0.65% | - |
| HSV(B) | 81.75º | 0.65% | 0.97% | - |
| XYZ | 55.97 | 78.03 | 21.13 | - |
| YUV | 211.42 | 57.78 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 87 | 0.23 | 0 | 0.65 | 0.03 | 81.75 | 0.91 | 0.65 |
| Hex | BD | F7 | 57 | 17 | 0 | 41 | 3 | 52 | 5B | 41 |
| Octal | 275 | 367 | 127 | 27 | 0 | 101 | 3 | 122 | 133 | 101 |
| Binary | 10111101 | 11110111 | 1010111 | 10111 | 0 | 1000001 | 11 | 1010010 | 1011011 | 1000001 |
Color Harmonies of #BDF757
Complementary color
Monochromatic Colors of #BDF757
Black with #BDF757
Text Example
Text Example
White with #BDF757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF757; }
p { color: rgb(189,247,87); }
H1.HeaderClassName
{
color: #BDF757;
}
.AnyTagClassName
{
color: #BDF757;
}
</style>
background-color css
<style>
a { background-color: #BDF757; }
a { background-color: rgb(189,247,87); }
div.DivClassName
{
background-color: #BDF757;
}
.BgClassName
{
background-color: #BDF757;
}
</style>
border-color css
<style>
span { border-color: #BDF757; }
span { border-color: rgb(189,247,87); }
td.TdClassName
{
border-color: #BDF757;
}
.TagClassName
{
border-color: #BDF757;
}
</style>