Shades of Conifer #BDF359
Tints of Conifer #BDF359
RGB
CMYK
RGB Variations
Color information
#BDF359 (or 0xBDF359) is known color: Conifer. HEX triplet: BD, F3 and 59. RGB value is (189,243,89). Sum of RGB (Red+Green+Blue) = 189+243+89=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF359 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF359 is #420CA6. Grayscale: #D1D1D1. Windows color (decimal): -4328615 or 5895101. OLE color: 5895101.
HSL color Cylindrical-coordinate representation of color #BDF359: hue angle of 81.04º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF359 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 89 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.05 |
| HSL | 81.04º | 0.87% | 0.65% | - |
| HSV(B) | 81.04º | 0.63% | 0.95% | - |
| XYZ | 54.84 | 75.64 | 21.16 | - |
| YUV | 209.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 89 | 0.22 | 0 | 0.63 | 0.05 | 81.04 | 0.87 | 0.65 |
| Hex | BD | F3 | 59 | 16 | 0 | 3F | 5 | 51 | 57 | 41 |
| Octal | 275 | 363 | 131 | 26 | 0 | 77 | 5 | 121 | 127 | 101 |
| Binary | 10111101 | 11110011 | 1011001 | 10110 | 0 | 111111 | 101 | 1010001 | 1010111 | 1000001 |
Color Harmonies of #BDF359
Complementary color
Monochromatic Colors of #BDF359
Black with #BDF359
Text Example
Text Example
White with #BDF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF359; }
p { color: rgb(189,243,89); }
H1.HeaderClassName
{
color: #BDF359;
}
.AnyTagClassName
{
color: #BDF359;
}
</style>
background-color css
<style>
a { background-color: #BDF359; }
a { background-color: rgb(189,243,89); }
div.DivClassName
{
background-color: #BDF359;
}
.BgClassName
{
background-color: #BDF359;
}
</style>
border-color css
<style>
span { border-color: #BDF359; }
span { border-color: rgb(189,243,89); }
td.TdClassName
{
border-color: #BDF359;
}
.TagClassName
{
border-color: #BDF359;
}
</style>