Shades of Conifer #BDF251
Tints of Conifer #BDF251
RGB
CMYK
RGB Variations
Color information
#BDF251 (or 0xBDF251) is known color: Conifer. HEX triplet: BD, F2 and 51. RGB value is (189,242,81). Sum of RGB (Red+Green+Blue) = 189+242+81=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF251 is #420DAE. Grayscale: #D0D0D0. Windows color (decimal): -4328879 or 5370557. OLE color: 5370557.
HSL color Cylindrical-coordinate representation of color #BDF251: hue angle of 79.75º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF251 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 81 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.05 |
| HSL | 79.75º | 0.86% | 0.63% | - |
| HSV(B) | 79.75º | 0.67% | 0.95% | - |
| XYZ | 54.22 | 74.92 | 19.39 | - |
| YUV | 207.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 81 | 0.22 | 0 | 0.67 | 0.05 | 79.75 | 0.86 | 0.63 |
| Hex | BD | F2 | 51 | 16 | 0 | 43 | 5 | 50 | 56 | 3F |
| Octal | 275 | 362 | 121 | 26 | 0 | 103 | 5 | 120 | 126 | 77 |
| Binary | 10111101 | 11110010 | 1010001 | 10110 | 0 | 1000011 | 101 | 1010000 | 1010110 | 111111 |
Color Harmonies of #BDF251
Complementary color
Monochromatic Colors of #BDF251
Black with #BDF251
Text Example
Text Example
White with #BDF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF251; }
p { color: rgb(189,242,81); }
H1.HeaderClassName
{
color: #BDF251;
}
.AnyTagClassName
{
color: #BDF251;
}
</style>
background-color css
<style>
a { background-color: #BDF251; }
a { background-color: rgb(189,242,81); }
div.DivClassName
{
background-color: #BDF251;
}
.BgClassName
{
background-color: #BDF251;
}
</style>
border-color css
<style>
span { border-color: #BDF251; }
span { border-color: rgb(189,242,81); }
td.TdClassName
{
border-color: #BDF251;
}
.TagClassName
{
border-color: #BDF251;
}
</style>