Shades of Conifer #BDDF64
Tints of Conifer #BDDF64
RGB
CMYK
RGB Variations
Color information
#BDDF64 (or 0xBDDF64) is known color: Conifer. HEX triplet: BD, DF and 64. RGB value is (189,223,100). Sum of RGB (Red+Green+Blue) = 189+223+100=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF64 is #42209B. Grayscale: #C7C7C7. Windows color (decimal): -4333724 or 6610877. OLE color: 6610877.
HSL color Cylindrical-coordinate representation of color #BDDF64: hue angle of 76.59º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDDF64 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 100 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.13 |
| HSL | 76.59º | 0.66% | 0.63% | - |
| HSV(B) | 76.59º | 0.55% | 0.87% | - |
| XYZ | 49.67 | 64.51 | 21.89 | - |
| YUV | 198.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 100 | 0.15 | 0 | 0.55 | 0.13 | 76.59 | 0.66 | 0.63 |
| Hex | BD | DF | 64 | F | 0 | 37 | D | 4D | 42 | 3F |
| Octal | 275 | 337 | 144 | 17 | 0 | 67 | 15 | 115 | 102 | 77 |
| Binary | 10111101 | 11011111 | 1100100 | 1111 | 0 | 110111 | 1101 | 1001101 | 1000010 | 111111 |
Color Harmonies of #BDDF64
Complementary color
Monochromatic Colors of #BDDF64
Black with #BDDF64
Text Example
Text Example
White with #BDDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF64; }
p { color: rgb(189,223,100); }
H1.HeaderClassName
{
color: #BDDF64;
}
.AnyTagClassName
{
color: #BDDF64;
}
</style>
background-color css
<style>
a { background-color: #BDDF64; }
a { background-color: rgb(189,223,100); }
div.DivClassName
{
background-color: #BDDF64;
}
.BgClassName
{
background-color: #BDDF64;
}
</style>
border-color css
<style>
span { border-color: #BDDF64; }
span { border-color: rgb(189,223,100); }
td.TdClassName
{
border-color: #BDDF64;
}
.TagClassName
{
border-color: #BDDF64;
}
</style>