Shades of Conifer #BDF247
Tints of Conifer #BDF247
RGB
CMYK
RGB Variations
Color information
#BDF247 (or 0xBDF247) is known color: Conifer. HEX triplet: BD, F2 and 47. RGB value is (189,242,71). Sum of RGB (Red+Green+Blue) = 189+242+71=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF247 is #420DB8. Grayscale: #CFCFCF. Windows color (decimal): -4328889 or 4715197. OLE color: 4715197.
HSL color Cylindrical-coordinate representation of color #BDF247: hue angle of 78.6º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF247 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 71 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.05 |
| HSL | 78.6º | 0.87% | 0.61% | - |
| HSV(B) | 78.6º | 0.71% | 0.95% | - |
| XYZ | 53.88 | 74.78 | 17.56 | - |
| YUV | 206.66 | 51.44 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 71 | 0.22 | 0 | 0.71 | 0.05 | 78.6 | 0.87 | 0.61 |
| Hex | BD | F2 | 47 | 16 | 0 | 47 | 5 | 4F | 57 | 3D |
| Octal | 275 | 362 | 107 | 26 | 0 | 107 | 5 | 117 | 127 | 75 |
| Binary | 10111101 | 11110010 | 1000111 | 10110 | 0 | 1000111 | 101 | 1001111 | 1010111 | 111101 |
Color Harmonies of #BDF247
Complementary color
Monochromatic Colors of #BDF247
Black with #BDF247
Text Example
Text Example
White with #BDF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF247; }
p { color: rgb(189,242,71); }
H1.HeaderClassName
{
color: #BDF247;
}
.AnyTagClassName
{
color: #BDF247;
}
</style>
background-color css
<style>
a { background-color: #BDF247; }
a { background-color: rgb(189,242,71); }
div.DivClassName
{
background-color: #BDF247;
}
.BgClassName
{
background-color: #BDF247;
}
</style>
border-color css
<style>
span { border-color: #BDF247; }
span { border-color: rgb(189,242,71); }
td.TdClassName
{
border-color: #BDF247;
}
.TagClassName
{
border-color: #BDF247;
}
</style>