Shades of Conifer #BDF064
Tints of Conifer #BDF064
RGB
CMYK
RGB Variations
Color information
#BDF064 (or 0xBDF064) is known color: Conifer. HEX triplet: BD, F0 and 64. RGB value is (189,240,100). Sum of RGB (Red+Green+Blue) = 189+240+100=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF064 is #420F9B. Grayscale: #D1D1D1. Windows color (decimal): -4329372 or 6615229. OLE color: 6615229.
HSL color Cylindrical-coordinate representation of color #BDF064: hue angle of 81.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF064 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.86º | 0.82% | 0.67% | - |
| HSV(B) | 81.86º | 0.58% | 0.94% | - |
| XYZ | 54.45 | 74.06 | 23.48 | - |
| YUV | 208.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 100 | 0.21 | 0 | 0.58 | 0.06 | 81.86 | 0.82 | 0.67 |
| Hex | BD | F0 | 64 | 15 | 0 | 3A | 6 | 52 | 52 | 43 |
| Octal | 275 | 360 | 144 | 25 | 0 | 72 | 6 | 122 | 122 | 103 |
| Binary | 10111101 | 11110000 | 1100100 | 10101 | 0 | 111010 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BDF064
Complementary color
Monochromatic Colors of #BDF064
Black with #BDF064
Text Example
Text Example
White with #BDF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF064; }
p { color: rgb(189,240,100); }
H1.HeaderClassName
{
color: #BDF064;
}
.AnyTagClassName
{
color: #BDF064;
}
</style>
background-color css
<style>
a { background-color: #BDF064; }
a { background-color: rgb(189,240,100); }
div.DivClassName
{
background-color: #BDF064;
}
.BgClassName
{
background-color: #BDF064;
}
</style>
border-color css
<style>
span { border-color: #BDF064; }
span { border-color: rgb(189,240,100); }
td.TdClassName
{
border-color: #BDF064;
}
.TagClassName
{
border-color: #BDF064;
}
</style>