Shades of Conifer #BDEF5A
Tints of Conifer #BDEF5A
RGB
CMYK
RGB Variations
Color information
#BDEF5A (or 0xBDEF5A) is known color: Conifer. HEX triplet: BD, EF and 5A. RGB value is (189,239,90). Sum of RGB (Red+Green+Blue) = 189+239+90=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF5A is #4210A5. Grayscale: #CFCFCF. Windows color (decimal): -4329638 or 5959613. OLE color: 5959613.
HSL color Cylindrical-coordinate representation of color #BDEF5A: hue angle of 80.13º 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 #BDEF5A is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 90 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.06 |
| HSL | 80.13º | 0.82% | 0.65% | - |
| HSV(B) | 80.13º | 0.62% | 0.94% | - |
| XYZ | 53.7 | 73.29 | 20.99 | - |
| YUV | 207.06 | 61.94 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 90 | 0.21 | 0 | 0.62 | 0.06 | 80.13 | 0.82 | 0.65 |
| Hex | BD | EF | 5A | 15 | 0 | 3E | 6 | 50 | 52 | 41 |
| Octal | 275 | 357 | 132 | 25 | 0 | 76 | 6 | 120 | 122 | 101 |
| Binary | 10111101 | 11101111 | 1011010 | 10101 | 0 | 111110 | 110 | 1010000 | 1010010 | 1000001 |
Color Harmonies of #BDEF5A
Complementary color
Monochromatic Colors of #BDEF5A
Black with #BDEF5A
Text Example
Text Example
White with #BDEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF5A; }
p { color: rgb(189,239,90); }
H1.HeaderClassName
{
color: #BDEF5A;
}
.AnyTagClassName
{
color: #BDEF5A;
}
</style>
background-color css
<style>
a { background-color: #BDEF5A; }
a { background-color: rgb(189,239,90); }
div.DivClassName
{
background-color: #BDEF5A;
}
.BgClassName
{
background-color: #BDEF5A;
}
</style>
border-color css
<style>
span { border-color: #BDEF5A; }
span { border-color: rgb(189,239,90); }
td.TdClassName
{
border-color: #BDEF5A;
}
.TagClassName
{
border-color: #BDEF5A;
}
</style>