Shades of Conifer #BDFF60
Tints of Conifer #BDFF60
RGB
CMYK
RGB Variations
Color information
#BDFF60 (or 0xBDFF60) is known color: Conifer. HEX triplet: BD, FF and 60. RGB value is (189,255,96). Sum of RGB (Red+Green+Blue) = 189+255+96=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF60 is #42009F. Grayscale: #D9D9D9. Windows color (decimal): -4325536 or 6356925. OLE color: 6356925.
HSL color Cylindrical-coordinate representation of color #BDFF60: hue angle of 84.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDFF60 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 96 | - |
| CMYK | 0.26 | 0 | 0.62 | 0 |
| HSL | 84.91º | 1% | 0.69% | - |
| HSV(B) | 84.91º | 0.62% | 1% | - |
| XYZ | 58.86 | 83.18 | 24.02 | - |
| YUV | 217.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 96 | 0.26 | 0 | 0.62 | 0 | 84.91 | 1 | 0.69 |
| Hex | BD | FF | 60 | 1A | 0 | 3E | 0 | 55 | 64 | 45 |
| Octal | 275 | 377 | 140 | 32 | 0 | 76 | 0 | 125 | 144 | 105 |
| Binary | 10111101 | 11111111 | 1100000 | 11010 | 0 | 111110 | 0 | 1010101 | 1100100 | 1000101 |
Color Harmonies of #BDFF60
Complementary color
Monochromatic Colors of #BDFF60
Black with #BDFF60
Text Example
Text Example
White with #BDFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF60; }
p { color: rgb(189,255,96); }
H1.HeaderClassName
{
color: #BDFF60;
}
.AnyTagClassName
{
color: #BDFF60;
}
</style>
background-color css
<style>
a { background-color: #BDFF60; }
a { background-color: rgb(189,255,96); }
div.DivClassName
{
background-color: #BDFF60;
}
.BgClassName
{
background-color: #BDFF60;
}
</style>
border-color css
<style>
span { border-color: #BDFF60; }
span { border-color: rgb(189,255,96); }
td.TdClassName
{
border-color: #BDFF60;
}
.TagClassName
{
border-color: #BDFF60;
}
</style>