Shades of Conifer #BDDF68
Tints of Conifer #BDDF68
RGB
CMYK
RGB Variations
Color information
#BDDF68 (or 0xBDDF68) is known color: Conifer. HEX triplet: BD, DF and 68. RGB value is (189,223,104). Sum of RGB (Red+Green+Blue) = 189+223+104=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF68 is #422097. Grayscale: #C7C7C7. Windows color (decimal): -4333720 or 6873021. OLE color: 6873021.
HSL color Cylindrical-coordinate representation of color #BDDF68: hue angle of 77.14º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDDF68 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 104 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.13 |
| HSL | 77.14º | 0.65% | 0.64% | - |
| HSV(B) | 77.14º | 0.53% | 0.87% | - |
| XYZ | 49.87 | 64.59 | 22.94 | - |
| YUV | 199.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 104 | 0.15 | 0 | 0.53 | 0.13 | 77.14 | 0.65 | 0.64 |
| Hex | BD | DF | 68 | F | 0 | 35 | D | 4D | 41 | 40 |
| Octal | 275 | 337 | 150 | 17 | 0 | 65 | 15 | 115 | 101 | 100 |
| Binary | 10111101 | 11011111 | 1101000 | 1111 | 0 | 110101 | 1101 | 1001101 | 1000001 | 1000000 |
Color Harmonies of #BDDF68
Complementary color
Monochromatic Colors of #BDDF68
Black with #BDDF68
Text Example
Text Example
White with #BDDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF68; }
p { color: rgb(189,223,104); }
H1.HeaderClassName
{
color: #BDDF68;
}
.AnyTagClassName
{
color: #BDDF68;
}
</style>
background-color css
<style>
a { background-color: #BDDF68; }
a { background-color: rgb(189,223,104); }
div.DivClassName
{
background-color: #BDDF68;
}
.BgClassName
{
background-color: #BDDF68;
}
</style>
border-color css
<style>
span { border-color: #BDDF68; }
span { border-color: rgb(189,223,104); }
td.TdClassName
{
border-color: #BDDF68;
}
.TagClassName
{
border-color: #BDDF68;
}
</style>