Shades of Conifer #BDEF50
Tints of Conifer #BDEF50
RGB
CMYK
RGB Variations
Color information
#BDEF50 (or 0xBDEF50) is known color: Conifer. HEX triplet: BD, EF and 50. RGB value is (189,239,80). Sum of RGB (Red+Green+Blue) = 189+239+80=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF50 is #4210AF. Grayscale: #CECECE. Windows color (decimal): -4329648 or 5304253. OLE color: 5304253.
HSL color Cylindrical-coordinate representation of color #BDEF50: hue angle of 78.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDEF50 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 80 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.06 |
| HSL | 78.87º | 0.83% | 0.63% | - |
| HSV(B) | 78.87º | 0.67% | 0.94% | - |
| XYZ | 53.3 | 73.13 | 18.9 | - |
| YUV | 205.92 | 56.94 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 80 | 0.21 | 0 | 0.67 | 0.06 | 78.87 | 0.83 | 0.63 |
| Hex | BD | EF | 50 | 15 | 0 | 43 | 6 | 4F | 53 | 3F |
| Octal | 275 | 357 | 120 | 25 | 0 | 103 | 6 | 117 | 123 | 77 |
| Binary | 10111101 | 11101111 | 1010000 | 10101 | 0 | 1000011 | 110 | 1001111 | 1010011 | 111111 |
Color Harmonies of #BDEF50
Complementary color
Monochromatic Colors of #BDEF50
Black with #BDEF50
Text Example
Text Example
White with #BDEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF50; }
p { color: rgb(189,239,80); }
H1.HeaderClassName
{
color: #BDEF50;
}
.AnyTagClassName
{
color: #BDEF50;
}
</style>
background-color css
<style>
a { background-color: #BDEF50; }
a { background-color: rgb(189,239,80); }
div.DivClassName
{
background-color: #BDEF50;
}
.BgClassName
{
background-color: #BDEF50;
}
</style>
border-color css
<style>
span { border-color: #BDEF50; }
span { border-color: rgb(189,239,80); }
td.TdClassName
{
border-color: #BDEF50;
}
.TagClassName
{
border-color: #BDEF50;
}
</style>