Shades of Conifer #BDFF5D
Tints of Conifer #BDFF5D
RGB
CMYK
RGB Variations
Color information
#BDFF5D (or 0xBDFF5D) is known color: Conifer. HEX triplet: BD, FF and 5D. RGB value is (189,255,93). Sum of RGB (Red+Green+Blue) = 189+255+93=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF5D is #4200A2. Grayscale: #D9D9D9. Windows color (decimal): -4325539 or 6160317. OLE color: 6160317.
HSL color Cylindrical-coordinate representation of color #BDFF5D: hue angle of 84.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDFF5D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 93 | - |
| CMYK | 0.26 | 0 | 0.64 | 0 |
| HSL | 84.44º | 1% | 0.68% | - |
| HSV(B) | 84.44º | 0.64% | 1% | - |
| XYZ | 58.72 | 83.13 | 23.31 | - |
| YUV | 216.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 93 | 0.26 | 0 | 0.64 | 0 | 84.44 | 1 | 0.68 |
| Hex | BD | FF | 5D | 1A | 0 | 40 | 0 | 54 | 64 | 44 |
| Octal | 275 | 377 | 135 | 32 | 0 | 100 | 0 | 124 | 144 | 104 |
| Binary | 10111101 | 11111111 | 1011101 | 11010 | 0 | 1000000 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BDFF5D
Complementary color
Monochromatic Colors of #BDFF5D
Black with #BDFF5D
Text Example
Text Example
White with #BDFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF5D; }
p { color: rgb(189,255,93); }
H1.HeaderClassName
{
color: #BDFF5D;
}
.AnyTagClassName
{
color: #BDFF5D;
}
</style>
background-color css
<style>
a { background-color: #BDFF5D; }
a { background-color: rgb(189,255,93); }
div.DivClassName
{
background-color: #BDFF5D;
}
.BgClassName
{
background-color: #BDFF5D;
}
</style>
border-color css
<style>
span { border-color: #BDFF5D; }
span { border-color: rgb(189,255,93); }
td.TdClassName
{
border-color: #BDFF5D;
}
.TagClassName
{
border-color: #BDFF5D;
}
</style>