Shades of Conifer #BDFF57
Tints of Conifer #BDFF57
RGB
CMYK
RGB Variations
Color information
#BDFF57 (or 0xBDFF57) is known color: Conifer. HEX triplet: BD, FF and 57. RGB value is (189,255,87). Sum of RGB (Red+Green+Blue) = 189+255+87=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF57 is #4200A8. Grayscale: #D8D8D8. Windows color (decimal): -4325545 or 5767101. OLE color: 5767101.
HSL color Cylindrical-coordinate representation of color #BDFF57: hue angle of 83.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDFF57 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 87 | - |
| CMYK | 0.26 | 0 | 0.66 | 0 |
| HSL | 83.57º | 1% | 0.67% | - |
| HSV(B) | 83.57º | 0.66% | 1% | - |
| XYZ | 58.47 | 83.03 | 21.96 | - |
| YUV | 216.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 87 | 0.26 | 0 | 0.66 | 0 | 83.57 | 1 | 0.67 |
| Hex | BD | FF | 57 | 1A | 0 | 42 | 0 | 54 | 64 | 43 |
| Octal | 275 | 377 | 127 | 32 | 0 | 102 | 0 | 124 | 144 | 103 |
| Binary | 10111101 | 11111111 | 1010111 | 11010 | 0 | 1000010 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BDFF57
Complementary color
Monochromatic Colors of #BDFF57
Black with #BDFF57
Text Example
Text Example
White with #BDFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF57; }
p { color: rgb(189,255,87); }
H1.HeaderClassName
{
color: #BDFF57;
}
.AnyTagClassName
{
color: #BDFF57;
}
</style>
background-color css
<style>
a { background-color: #BDFF57; }
a { background-color: rgb(189,255,87); }
div.DivClassName
{
background-color: #BDFF57;
}
.BgClassName
{
background-color: #BDFF57;
}
</style>
border-color css
<style>
span { border-color: #BDFF57; }
span { border-color: rgb(189,255,87); }
td.TdClassName
{
border-color: #BDFF57;
}
.TagClassName
{
border-color: #BDFF57;
}
</style>