Shades of Conifer #BDEF5B
Tints of Conifer #BDEF5B
RGB
CMYK
RGB Variations
Color information
#BDEF5B (or 0xBDEF5B) is known color: Conifer. HEX triplet: BD, EF and 5B. RGB value is (189,239,91). Sum of RGB (Red+Green+Blue) = 189+239+91=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF5B is #4210A4. Grayscale: #CFCFCF. Windows color (decimal): -4329637 or 6025149. OLE color: 6025149.
HSL color Cylindrical-coordinate representation of color #BDEF5B: hue angle of 80.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDEF5B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 91 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.06 |
| HSL | 80.27º | 0.82% | 0.65% | - |
| HSV(B) | 80.27º | 0.62% | 0.94% | - |
| XYZ | 53.74 | 73.31 | 21.21 | - |
| YUV | 207.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 91 | 0.21 | 0 | 0.62 | 0.06 | 80.27 | 0.82 | 0.65 |
| Hex | BD | EF | 5B | 15 | 0 | 3E | 6 | 50 | 52 | 41 |
| Octal | 275 | 357 | 133 | 25 | 0 | 76 | 6 | 120 | 122 | 101 |
| Binary | 10111101 | 11101111 | 1011011 | 10101 | 0 | 111110 | 110 | 1010000 | 1010010 | 1000001 |
Color Harmonies of #BDEF5B
Complementary color
Monochromatic Colors of #BDEF5B
Black with #BDEF5B
Text Example
Text Example
White with #BDEF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF5B; }
p { color: rgb(189,239,91); }
H1.HeaderClassName
{
color: #BDEF5B;
}
.AnyTagClassName
{
color: #BDEF5B;
}
</style>
background-color css
<style>
a { background-color: #BDEF5B; }
a { background-color: rgb(189,239,91); }
div.DivClassName
{
background-color: #BDEF5B;
}
.BgClassName
{
background-color: #BDEF5B;
}
</style>
border-color css
<style>
span { border-color: #BDEF5B; }
span { border-color: rgb(189,239,91); }
td.TdClassName
{
border-color: #BDEF5B;
}
.TagClassName
{
border-color: #BDEF5B;
}
</style>