Shades of Conifer #BDDF55
Tints of Conifer #BDDF55
RGB
CMYK
RGB Variations
Color information
#BDDF55 (or 0xBDDF55) is known color: Conifer. HEX triplet: BD, DF and 55. RGB value is (189,223,85). Sum of RGB (Red+Green+Blue) = 189+223+85=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF55 is #4220AA. Grayscale: #C5C5C5. Windows color (decimal): -4333739 or 5627837. OLE color: 5627837.
HSL color Cylindrical-coordinate representation of color #BDDF55: hue angle of 74.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDDF55 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 85 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.13 |
| HSL | 74.78º | 0.68% | 0.6% | - |
| HSV(B) | 74.78º | 0.62% | 0.87% | - |
| XYZ | 49.01 | 64.25 | 18.41 | - |
| YUV | 197.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 85 | 0.15 | 0 | 0.62 | 0.13 | 74.78 | 0.68 | 0.6 |
| Hex | BD | DF | 55 | F | 0 | 3E | D | 4B | 44 | 3C |
| Octal | 275 | 337 | 125 | 17 | 0 | 76 | 15 | 113 | 104 | 74 |
| Binary | 10111101 | 11011111 | 1010101 | 1111 | 0 | 111110 | 1101 | 1001011 | 1000100 | 111100 |
Color Harmonies of #BDDF55
Complementary color
Monochromatic Colors of #BDDF55
Black with #BDDF55
Text Example
Text Example
White with #BDDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF55; }
p { color: rgb(189,223,85); }
H1.HeaderClassName
{
color: #BDDF55;
}
.AnyTagClassName
{
color: #BDDF55;
}
</style>
background-color css
<style>
a { background-color: #BDDF55; }
a { background-color: rgb(189,223,85); }
div.DivClassName
{
background-color: #BDDF55;
}
.BgClassName
{
background-color: #BDDF55;
}
</style>
border-color css
<style>
span { border-color: #BDDF55; }
span { border-color: rgb(189,223,85); }
td.TdClassName
{
border-color: #BDDF55;
}
.TagClassName
{
border-color: #BDDF55;
}
</style>