Shades of Conifer #BDF160
Tints of Conifer #BDF160
RGB
CMYK
RGB Variations
Color information
#BDF160 (or 0xBDF160) is known color: Conifer. HEX triplet: BD, F1 and 60. RGB value is (189,241,96). Sum of RGB (Red+Green+Blue) = 189+241+96=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF160 is #420E9F. Grayscale: #D1D1D1. Windows color (decimal): -4329120 or 6353341. OLE color: 6353341.
HSL color Cylindrical-coordinate representation of color #BDF160: hue angle of 81.52º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF160 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 96 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.05 |
| HSL | 81.52º | 0.84% | 0.66% | - |
| HSV(B) | 81.52º | 0.6% | 0.95% | - |
| XYZ | 54.55 | 74.57 | 22.59 | - |
| YUV | 208.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 96 | 0.22 | 0 | 0.60 | 0.05 | 81.52 | 0.84 | 0.66 |
| Hex | BD | F1 | 60 | 16 | 0 | 3C | 5 | 52 | 54 | 42 |
| Octal | 275 | 361 | 140 | 26 | 0 | 74 | 5 | 122 | 124 | 102 |
| Binary | 10111101 | 11110001 | 1100000 | 10110 | 0 | 111100 | 101 | 1010010 | 1010100 | 1000010 |
Color Harmonies of #BDF160
Complementary color
Monochromatic Colors of #BDF160
Black with #BDF160
Text Example
Text Example
White with #BDF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF160; }
p { color: rgb(189,241,96); }
H1.HeaderClassName
{
color: #BDF160;
}
.AnyTagClassName
{
color: #BDF160;
}
</style>
background-color css
<style>
a { background-color: #BDF160; }
a { background-color: rgb(189,241,96); }
div.DivClassName
{
background-color: #BDF160;
}
.BgClassName
{
background-color: #BDF160;
}
</style>
border-color css
<style>
span { border-color: #BDF160; }
span { border-color: rgb(189,241,96); }
td.TdClassName
{
border-color: #BDF160;
}
.TagClassName
{
border-color: #BDF160;
}
</style>