Shades of Conifer #BDFF55
Tints of Conifer #BDFF55
RGB
CMYK
RGB Variations
Color information
#BDFF55 (or 0xBDFF55) is known color: Conifer. HEX triplet: BD, FF and 55. RGB value is (189,255,85). Sum of RGB (Red+Green+Blue) = 189+255+85=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF55 is #4200AA. Grayscale: #D8D8D8. Windows color (decimal): -4325547 or 5636029. OLE color: 5636029.
HSL color Cylindrical-coordinate representation of color #BDFF55: hue angle of 83.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDFF55 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 85 | - |
| CMYK | 0.26 | 0 | 0.67 | 0 |
| HSL | 83.29º | 1% | 0.67% | - |
| HSV(B) | 83.29º | 0.67% | 1% | - |
| XYZ | 58.39 | 82.99 | 21.54 | - |
| YUV | 215.89 | 54.13 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 85 | 0.26 | 0 | 0.67 | 0 | 83.29 | 1 | 0.67 |
| Hex | BD | FF | 55 | 1A | 0 | 43 | 0 | 53 | 64 | 43 |
| Octal | 275 | 377 | 125 | 32 | 0 | 103 | 0 | 123 | 144 | 103 |
| Binary | 10111101 | 11111111 | 1010101 | 11010 | 0 | 1000011 | 0 | 1010011 | 1100100 | 1000011 |
Color Harmonies of #BDFF55
Complementary color
Monochromatic Colors of #BDFF55
Black with #BDFF55
Text Example
Text Example
White with #BDFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF55; }
p { color: rgb(189,255,85); }
H1.HeaderClassName
{
color: #BDFF55;
}
.AnyTagClassName
{
color: #BDFF55;
}
</style>
background-color css
<style>
a { background-color: #BDFF55; }
a { background-color: rgb(189,255,85); }
div.DivClassName
{
background-color: #BDFF55;
}
.BgClassName
{
background-color: #BDFF55;
}
</style>
border-color css
<style>
span { border-color: #BDFF55; }
span { border-color: rgb(189,255,85); }
td.TdClassName
{
border-color: #BDFF55;
}
.TagClassName
{
border-color: #BDFF55;
}
</style>