Shades of Conifer #BDEF51
Tints of Conifer #BDEF51
RGB
CMYK
RGB Variations
Color information
#BDEF51 (or 0xBDEF51) is known color: Conifer. HEX triplet: BD, EF and 51. RGB value is (189,239,81). Sum of RGB (Red+Green+Blue) = 189+239+81=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF51 is #4210AE. Grayscale: #CECECE. Windows color (decimal): -4329647 or 5369789. OLE color: 5369789.
HSL color Cylindrical-coordinate representation of color #BDEF51: hue angle of 78.99º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDEF51 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 81 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.06 |
| HSL | 78.99º | 0.83% | 0.63% | - |
| HSV(B) | 78.99º | 0.66% | 0.94% | - |
| XYZ | 53.34 | 73.15 | 19.09 | - |
| YUV | 206.04 | 57.44 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 81 | 0.21 | 0 | 0.66 | 0.06 | 78.99 | 0.83 | 0.63 |
| Hex | BD | EF | 51 | 15 | 0 | 42 | 6 | 4F | 53 | 3F |
| Octal | 275 | 357 | 121 | 25 | 0 | 102 | 6 | 117 | 123 | 77 |
| Binary | 10111101 | 11101111 | 1010001 | 10101 | 0 | 1000010 | 110 | 1001111 | 1010011 | 111111 |
Color Harmonies of #BDEF51
Complementary color
Monochromatic Colors of #BDEF51
Black with #BDEF51
Text Example
Text Example
White with #BDEF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF51; }
p { color: rgb(189,239,81); }
H1.HeaderClassName
{
color: #BDEF51;
}
.AnyTagClassName
{
color: #BDEF51;
}
</style>
background-color css
<style>
a { background-color: #BDEF51; }
a { background-color: rgb(189,239,81); }
div.DivClassName
{
background-color: #BDEF51;
}
.BgClassName
{
background-color: #BDEF51;
}
</style>
border-color css
<style>
span { border-color: #BDEF51; }
span { border-color: rgb(189,239,81); }
td.TdClassName
{
border-color: #BDEF51;
}
.TagClassName
{
border-color: #BDEF51;
}
</style>