Shades of Conifer #BDF260
Tints of Conifer #BDF260
RGB
CMYK
RGB Variations
Color information
#BDF260 (or 0xBDF260) is known color: Conifer. HEX triplet: BD, F2 and 60. RGB value is (189,242,96). Sum of RGB (Red+Green+Blue) = 189+242+96=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF260 is #420D9F. Grayscale: #D2D2D2. Windows color (decimal): -4328864 or 6353597. OLE color: 6353597.
HSL color Cylindrical-coordinate representation of color #BDF260: hue angle of 81.78º degrees, saturation: 0.85, 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 #BDF260 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 96 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.05 |
| HSL | 81.78º | 0.85% | 0.66% | - |
| HSV(B) | 81.78º | 0.6% | 0.95% | - |
| XYZ | 54.85 | 75.17 | 22.68 | - |
| YUV | 209.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 96 | 0.22 | 0 | 0.60 | 0.05 | 81.78 | 0.85 | 0.66 |
| Hex | BD | F2 | 60 | 16 | 0 | 3C | 5 | 52 | 55 | 42 |
| Octal | 275 | 362 | 140 | 26 | 0 | 74 | 5 | 122 | 125 | 102 |
| Binary | 10111101 | 11110010 | 1100000 | 10110 | 0 | 111100 | 101 | 1010010 | 1010101 | 1000010 |
Color Harmonies of #BDF260
Complementary color
Monochromatic Colors of #BDF260
Black with #BDF260
Text Example
Text Example
White with #BDF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF260; }
p { color: rgb(189,242,96); }
H1.HeaderClassName
{
color: #BDF260;
}
.AnyTagClassName
{
color: #BDF260;
}
</style>
background-color css
<style>
a { background-color: #BDF260; }
a { background-color: rgb(189,242,96); }
div.DivClassName
{
background-color: #BDF260;
}
.BgClassName
{
background-color: #BDF260;
}
</style>
border-color css
<style>
span { border-color: #BDF260; }
span { border-color: rgb(189,242,96); }
td.TdClassName
{
border-color: #BDF260;
}
.TagClassName
{
border-color: #BDF260;
}
</style>