Shades of Conifer #BDF755
Tints of Conifer #BDF755
RGB
CMYK
RGB Variations
Color information
#BDF755 (or 0xBDF755) is known color: Conifer. HEX triplet: BD, F7 and 55. RGB value is (189,247,85). Sum of RGB (Red+Green+Blue) = 189+247+85=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF755 is #4208AA. Grayscale: #D3D3D3. Windows color (decimal): -4327595 or 5633981. OLE color: 5633981.
HSL color Cylindrical-coordinate representation of color #BDF755: hue angle of 81.48º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF755 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 85 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.03 |
| HSL | 81.48º | 0.91% | 0.65% | - |
| HSV(B) | 81.48º | 0.66% | 0.97% | - |
| XYZ | 55.89 | 78 | 20.7 | - |
| YUV | 211.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 85 | 0.23 | 0 | 0.66 | 0.03 | 81.48 | 0.91 | 0.65 |
| Hex | BD | F7 | 55 | 17 | 0 | 42 | 3 | 51 | 5B | 41 |
| Octal | 275 | 367 | 125 | 27 | 0 | 102 | 3 | 121 | 133 | 101 |
| Binary | 10111101 | 11110111 | 1010101 | 10111 | 0 | 1000010 | 11 | 1010001 | 1011011 | 1000001 |
Color Harmonies of #BDF755
Complementary color
Monochromatic Colors of #BDF755
Black with #BDF755
Text Example
Text Example
White with #BDF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF755; }
p { color: rgb(189,247,85); }
H1.HeaderClassName
{
color: #BDF755;
}
.AnyTagClassName
{
color: #BDF755;
}
</style>
background-color css
<style>
a { background-color: #BDF755; }
a { background-color: rgb(189,247,85); }
div.DivClassName
{
background-color: #BDF755;
}
.BgClassName
{
background-color: #BDF755;
}
</style>
border-color css
<style>
span { border-color: #BDF755; }
span { border-color: rgb(189,247,85); }
td.TdClassName
{
border-color: #BDF755;
}
.TagClassName
{
border-color: #BDF755;
}
</style>