Shades of Conifer #BDFF58
Tints of Conifer #BDFF58
RGB
CMYK
RGB Variations
Color information
#BDFF58 (or 0xBDFF58) is known color: Conifer. HEX triplet: BD, FF and 58. RGB value is (189,255,88). Sum of RGB (Red+Green+Blue) = 189+255+88=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF58 is #4200A7. Grayscale: #D8D8D8. Windows color (decimal): -4325544 or 5832637. OLE color: 5832637.
HSL color Cylindrical-coordinate representation of color #BDFF58: hue angle of 83.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDFF58 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 88 | - |
| CMYK | 0.26 | 0 | 0.65 | 0 |
| HSL | 83.71º | 1% | 0.67% | - |
| HSV(B) | 83.71º | 0.65% | 1% | - |
| XYZ | 58.51 | 83.04 | 22.18 | - |
| YUV | 216.23 | 55.63 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 88 | 0.26 | 0 | 0.65 | 0 | 83.71 | 1 | 0.67 |
| Hex | BD | FF | 58 | 1A | 0 | 41 | 0 | 54 | 64 | 43 |
| Octal | 275 | 377 | 130 | 32 | 0 | 101 | 0 | 124 | 144 | 103 |
| Binary | 10111101 | 11111111 | 1011000 | 11010 | 0 | 1000001 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BDFF58
Complementary color
Monochromatic Colors of #BDFF58
Black with #BDFF58
Text Example
Text Example
White with #BDFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF58; }
p { color: rgb(189,255,88); }
H1.HeaderClassName
{
color: #BDFF58;
}
.AnyTagClassName
{
color: #BDFF58;
}
</style>
background-color css
<style>
a { background-color: #BDFF58; }
a { background-color: rgb(189,255,88); }
div.DivClassName
{
background-color: #BDFF58;
}
.BgClassName
{
background-color: #BDFF58;
}
</style>
border-color css
<style>
span { border-color: #BDFF58; }
span { border-color: rgb(189,255,88); }
td.TdClassName
{
border-color: #BDFF58;
}
.TagClassName
{
border-color: #BDFF58;
}
</style>