Shades of Conifer #BDF446
Tints of Conifer #BDF446
RGB
CMYK
RGB Variations
Color information
#BDF446 (or 0xBDF446) is known color: Conifer. HEX triplet: BD, F4 and 46. RGB value is (189,244,70). Sum of RGB (Red+Green+Blue) = 189+244+70=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF446 is #420BB9. Grayscale: #D0D0D0. Windows color (decimal): -4328378 or 4650173. OLE color: 4650173.
HSL color Cylindrical-coordinate representation of color #BDF446: hue angle of 78.97º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF446 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 70 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.04 |
| HSL | 78.97º | 0.89% | 0.62% | - |
| HSV(B) | 78.97º | 0.71% | 0.96% | - |
| XYZ | 54.44 | 75.96 | 17.59 | - |
| YUV | 207.72 | 50.28 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 70 | 0.23 | 0 | 0.71 | 0.04 | 78.97 | 0.89 | 0.62 |
| Hex | BD | F4 | 46 | 17 | 0 | 47 | 4 | 4F | 59 | 3E |
| Octal | 275 | 364 | 106 | 27 | 0 | 107 | 4 | 117 | 131 | 76 |
| Binary | 10111101 | 11110100 | 1000110 | 10111 | 0 | 1000111 | 100 | 1001111 | 1011001 | 111110 |
Color Harmonies of #BDF446
Complementary color
Monochromatic Colors of #BDF446
Black with #BDF446
Text Example
Text Example
White with #BDF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF446; }
p { color: rgb(189,244,70); }
H1.HeaderClassName
{
color: #BDF446;
}
.AnyTagClassName
{
color: #BDF446;
}
</style>
background-color css
<style>
a { background-color: #BDF446; }
a { background-color: rgb(189,244,70); }
div.DivClassName
{
background-color: #BDF446;
}
.BgClassName
{
background-color: #BDF446;
}
</style>
border-color css
<style>
span { border-color: #BDF446; }
span { border-color: rgb(189,244,70); }
td.TdClassName
{
border-color: #BDF446;
}
.TagClassName
{
border-color: #BDF446;
}
</style>