Shades of Conifer #BDF460
Tints of Conifer #BDF460
RGB
CMYK
RGB Variations
Color information
#BDF460 (or 0xBDF460) is known color: Conifer. HEX triplet: BD, F4 and 60. RGB value is (189,244,96). Sum of RGB (Red+Green+Blue) = 189+244+96=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF460 is #420B9F. Grayscale: #D3D3D3. Windows color (decimal): -4328352 or 6354109. OLE color: 6354109.
HSL color Cylindrical-coordinate representation of color #BDF460: hue angle of 82.3º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF460 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 96 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 82.3º | 0.87% | 0.67% | - |
| HSV(B) | 82.3º | 0.61% | 0.96% | - |
| XYZ | 55.45 | 76.36 | 22.88 | - |
| YUV | 210.68 | 63.28 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 96 | 0.23 | 0 | 0.61 | 0.04 | 82.3 | 0.87 | 0.67 |
| Hex | BD | F4 | 60 | 17 | 0 | 3D | 4 | 52 | 57 | 43 |
| Octal | 275 | 364 | 140 | 27 | 0 | 75 | 4 | 122 | 127 | 103 |
| Binary | 10111101 | 11110100 | 1100000 | 10111 | 0 | 111101 | 100 | 1010010 | 1010111 | 1000011 |
Color Harmonies of #BDF460
Complementary color
Monochromatic Colors of #BDF460
Black with #BDF460
Text Example
Text Example
White with #BDF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF460; }
p { color: rgb(189,244,96); }
H1.HeaderClassName
{
color: #BDF460;
}
.AnyTagClassName
{
color: #BDF460;
}
</style>
background-color css
<style>
a { background-color: #BDF460; }
a { background-color: rgb(189,244,96); }
div.DivClassName
{
background-color: #BDF460;
}
.BgClassName
{
background-color: #BDF460;
}
</style>
border-color css
<style>
span { border-color: #BDF460; }
span { border-color: rgb(189,244,96); }
td.TdClassName
{
border-color: #BDF460;
}
.TagClassName
{
border-color: #BDF460;
}
</style>