Shades of Conifer #BDF052
Tints of Conifer #BDF052
RGB
CMYK
RGB Variations
Color information
#BDF052 (or 0xBDF052) is known color: Conifer. HEX triplet: BD, F0 and 52. RGB value is (189,240,82). Sum of RGB (Red+Green+Blue) = 189+240+82=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF052 is #420FAD. Grayscale: #CFCFCF. Windows color (decimal): -4329390 or 5435581. OLE color: 5435581.
HSL color Cylindrical-coordinate representation of color #BDF052: hue angle of 79.37º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF052 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 82 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.06 |
| HSL | 79.37º | 0.84% | 0.63% | - |
| HSV(B) | 79.37º | 0.66% | 0.94% | - |
| XYZ | 53.67 | 73.75 | 19.39 | - |
| YUV | 206.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 82 | 0.21 | 0 | 0.66 | 0.06 | 79.37 | 0.84 | 0.63 |
| Hex | BD | F0 | 52 | 15 | 0 | 42 | 6 | 4F | 54 | 3F |
| Octal | 275 | 360 | 122 | 25 | 0 | 102 | 6 | 117 | 124 | 77 |
| Binary | 10111101 | 11110000 | 1010010 | 10101 | 0 | 1000010 | 110 | 1001111 | 1010100 | 111111 |
Color Harmonies of #BDF052
Complementary color
Monochromatic Colors of #BDF052
Black with #BDF052
Text Example
Text Example
White with #BDF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF052; }
p { color: rgb(189,240,82); }
H1.HeaderClassName
{
color: #BDF052;
}
.AnyTagClassName
{
color: #BDF052;
}
</style>
background-color css
<style>
a { background-color: #BDF052; }
a { background-color: rgb(189,240,82); }
div.DivClassName
{
background-color: #BDF052;
}
.BgClassName
{
background-color: #BDF052;
}
</style>
border-color css
<style>
span { border-color: #BDF052; }
span { border-color: rgb(189,240,82); }
td.TdClassName
{
border-color: #BDF052;
}
.TagClassName
{
border-color: #BDF052;
}
</style>