Shades of Conifer #BDDF65
Tints of Conifer #BDDF65
RGB
CMYK
RGB Variations
Color information
#BDDF65 (or 0xBDDF65) is known color: Conifer. HEX triplet: BD, DF and 65. RGB value is (189,223,101). Sum of RGB (Red+Green+Blue) = 189+223+101=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF65 is #42209A. Grayscale: #C7C7C7. Windows color (decimal): -4333723 or 6676413. OLE color: 6676413.
HSL color Cylindrical-coordinate representation of color #BDDF65: hue angle of 76.72º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDDF65 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 101 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.13 |
| HSL | 76.72º | 0.66% | 0.64% | - |
| HSV(B) | 76.72º | 0.55% | 0.87% | - |
| XYZ | 49.72 | 64.53 | 22.15 | - |
| YUV | 198.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 101 | 0.15 | 0 | 0.55 | 0.13 | 76.72 | 0.66 | 0.64 |
| Hex | BD | DF | 65 | F | 0 | 37 | D | 4D | 42 | 40 |
| Octal | 275 | 337 | 145 | 17 | 0 | 67 | 15 | 115 | 102 | 100 |
| Binary | 10111101 | 11011111 | 1100101 | 1111 | 0 | 110111 | 1101 | 1001101 | 1000010 | 1000000 |
Color Harmonies of #BDDF65
Complementary color
Monochromatic Colors of #BDDF65
Black with #BDDF65
Text Example
Text Example
White with #BDDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF65; }
p { color: rgb(189,223,101); }
H1.HeaderClassName
{
color: #BDDF65;
}
.AnyTagClassName
{
color: #BDDF65;
}
</style>
background-color css
<style>
a { background-color: #BDDF65; }
a { background-color: rgb(189,223,101); }
div.DivClassName
{
background-color: #BDDF65;
}
.BgClassName
{
background-color: #BDDF65;
}
</style>
border-color css
<style>
span { border-color: #BDDF65; }
span { border-color: rgb(189,223,101); }
td.TdClassName
{
border-color: #BDDF65;
}
.TagClassName
{
border-color: #BDDF65;
}
</style>