Shades of Conifer #BDFA61
Tints of Conifer #BDFA61
RGB
CMYK
RGB Variations
Color information
#BDFA61 (or 0xBDFA61) is known color: Conifer. HEX triplet: BD, FA and 61. RGB value is (189,250,97). Sum of RGB (Red+Green+Blue) = 189+250+97=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA61 is #42059E. Grayscale: #D6D6D6. Windows color (decimal): -4326815 or 6421181. OLE color: 6421181.
HSL color Cylindrical-coordinate representation of color #BDFA61: hue angle of 83.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDFA61 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 97 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.02 |
| HSL | 83.92º | 0.94% | 0.68% | - |
| HSV(B) | 83.92º | 0.61% | 0.98% | - |
| XYZ | 57.33 | 80.05 | 23.74 | - |
| YUV | 214.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 97 | 0.24 | 0 | 0.61 | 0.02 | 83.92 | 0.94 | 0.68 |
| Hex | BD | FA | 61 | 18 | 0 | 3D | 2 | 54 | 5E | 44 |
| Octal | 275 | 372 | 141 | 30 | 0 | 75 | 2 | 124 | 136 | 104 |
| Binary | 10111101 | 11111010 | 1100001 | 11000 | 0 | 111101 | 10 | 1010100 | 1011110 | 1000100 |
Color Harmonies of #BDFA61
Complementary color
Monochromatic Colors of #BDFA61
Black with #BDFA61
Text Example
Text Example
White with #BDFA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFA61; }
p { color: rgb(189,250,97); }
H1.HeaderClassName
{
color: #BDFA61;
}
.AnyTagClassName
{
color: #BDFA61;
}
</style>
background-color css
<style>
a { background-color: #BDFA61; }
a { background-color: rgb(189,250,97); }
div.DivClassName
{
background-color: #BDFA61;
}
.BgClassName
{
background-color: #BDFA61;
}
</style>
border-color css
<style>
span { border-color: #BDFA61; }
span { border-color: rgb(189,250,97); }
td.TdClassName
{
border-color: #BDFA61;
}
.TagClassName
{
border-color: #BDFA61;
}
</style>