Shades of Conifer #BDF560
Tints of Conifer #BDF560
RGB
CMYK
RGB Variations
Color information
#BDF560 (or 0xBDF560) is known color: Conifer. HEX triplet: BD, F5 and 60. RGB value is (189,245,96). Sum of RGB (Red+Green+Blue) = 189+245+96=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF560 is #420A9F. Grayscale: #D3D3D3. Windows color (decimal): -4328096 or 6354365. OLE color: 6354365.
HSL color Cylindrical-coordinate representation of color #BDF560: hue angle of 82.55º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF560 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 96 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 82.55º | 0.88% | 0.67% | - |
| HSV(B) | 82.55º | 0.61% | 0.96% | - |
| XYZ | 55.75 | 76.97 | 22.98 | - |
| YUV | 211.27 | 62.95 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 96 | 0.23 | 0 | 0.61 | 0.04 | 82.55 | 0.88 | 0.67 |
| Hex | BD | F5 | 60 | 17 | 0 | 3D | 4 | 53 | 58 | 43 |
| Octal | 275 | 365 | 140 | 27 | 0 | 75 | 4 | 123 | 130 | 103 |
| Binary | 10111101 | 11110101 | 1100000 | 10111 | 0 | 111101 | 100 | 1010011 | 1011000 | 1000011 |
Color Harmonies of #BDF560
Complementary color
Monochromatic Colors of #BDF560
Black with #BDF560
Text Example
Text Example
White with #BDF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF560; }
p { color: rgb(189,245,96); }
H1.HeaderClassName
{
color: #BDF560;
}
.AnyTagClassName
{
color: #BDF560;
}
</style>
background-color css
<style>
a { background-color: #BDF560; }
a { background-color: rgb(189,245,96); }
div.DivClassName
{
background-color: #BDF560;
}
.BgClassName
{
background-color: #BDF560;
}
</style>
border-color css
<style>
span { border-color: #BDF560; }
span { border-color: rgb(189,245,96); }
td.TdClassName
{
border-color: #BDF560;
}
.TagClassName
{
border-color: #BDF560;
}
</style>