Shades of Conifer #BDF352
Tints of Conifer #BDF352
RGB
CMYK
RGB Variations
Color information
#BDF352 (or 0xBDF352) is known color: Conifer. HEX triplet: BD, F3 and 52. RGB value is (189,243,82). Sum of RGB (Red+Green+Blue) = 189+243+82=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF352 is #420CAD. Grayscale: #D1D1D1. Windows color (decimal): -4328622 or 5436349. OLE color: 5436349.
HSL color Cylindrical-coordinate representation of color #BDF352: hue angle of 80.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF352 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 82 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 80.12º | 0.87% | 0.64% | - |
| HSV(B) | 80.12º | 0.66% | 0.95% | - |
| XYZ | 54.56 | 75.53 | 19.69 | - |
| YUV | 208.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 82 | 0.22 | 0 | 0.66 | 0.05 | 80.12 | 0.87 | 0.64 |
| Hex | BD | F3 | 52 | 16 | 0 | 42 | 5 | 50 | 57 | 40 |
| Octal | 275 | 363 | 122 | 26 | 0 | 102 | 5 | 120 | 127 | 100 |
| Binary | 10111101 | 11110011 | 1010010 | 10110 | 0 | 1000010 | 101 | 1010000 | 1010111 | 1000000 |
Color Harmonies of #BDF352
Complementary color
Monochromatic Colors of #BDF352
Black with #BDF352
Text Example
Text Example
White with #BDF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF352; }
p { color: rgb(189,243,82); }
H1.HeaderClassName
{
color: #BDF352;
}
.AnyTagClassName
{
color: #BDF352;
}
</style>
background-color css
<style>
a { background-color: #BDF352; }
a { background-color: rgb(189,243,82); }
div.DivClassName
{
background-color: #BDF352;
}
.BgClassName
{
background-color: #BDF352;
}
</style>
border-color css
<style>
span { border-color: #BDF352; }
span { border-color: rgb(189,243,82); }
td.TdClassName
{
border-color: #BDF352;
}
.TagClassName
{
border-color: #BDF352;
}
</style>