Shades of Conifer #BDDF62
Tints of Conifer #BDDF62
RGB
CMYK
RGB Variations
Color information
#BDDF62 (or 0xBDDF62) is known color: Conifer. HEX triplet: BD, DF and 62. RGB value is (189,223,98). Sum of RGB (Red+Green+Blue) = 189+223+98=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF62 is #42209D. Grayscale: #C7C7C7. Windows color (decimal): -4333726 or 6479805. OLE color: 6479805.
HSL color Cylindrical-coordinate representation of color #BDDF62: hue angle of 76.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDDF62 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 98 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.13 |
| HSL | 76.32º | 0.66% | 0.63% | - |
| HSV(B) | 76.32º | 0.56% | 0.87% | - |
| XYZ | 49.58 | 64.48 | 21.39 | - |
| YUV | 198.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 98 | 0.15 | 0 | 0.56 | 0.13 | 76.32 | 0.66 | 0.63 |
| Hex | BD | DF | 62 | F | 0 | 38 | D | 4C | 42 | 3F |
| Octal | 275 | 337 | 142 | 17 | 0 | 70 | 15 | 114 | 102 | 77 |
| Binary | 10111101 | 11011111 | 1100010 | 1111 | 0 | 111000 | 1101 | 1001100 | 1000010 | 111111 |
Color Harmonies of #BDDF62
Complementary color
Monochromatic Colors of #BDDF62
Black with #BDDF62
Text Example
Text Example
White with #BDDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF62; }
p { color: rgb(189,223,98); }
H1.HeaderClassName
{
color: #BDDF62;
}
.AnyTagClassName
{
color: #BDDF62;
}
</style>
background-color css
<style>
a { background-color: #BDDF62; }
a { background-color: rgb(189,223,98); }
div.DivClassName
{
background-color: #BDDF62;
}
.BgClassName
{
background-color: #BDDF62;
}
</style>
border-color css
<style>
span { border-color: #BDDF62; }
span { border-color: rgb(189,223,98); }
td.TdClassName
{
border-color: #BDDF62;
}
.TagClassName
{
border-color: #BDDF62;
}
</style>