Shades of Conifer #BDDE57
Tints of Conifer #BDDE57
RGB
CMYK
RGB Variations
Color information
#BDDE57 (or 0xBDDE57) is known color: Conifer. HEX triplet: BD, DE and 57. RGB value is (189,222,87). Sum of RGB (Red+Green+Blue) = 189+222+87=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE57 is #4221A8. Grayscale: #C5C5C5. Windows color (decimal): -4333993 or 5758653. OLE color: 5758653.
HSL color Cylindrical-coordinate representation of color #BDDE57: hue angle of 74.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDDE57 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 87 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.13 |
| HSL | 74.67º | 0.67% | 0.61% | - |
| HSV(B) | 74.67º | 0.61% | 0.87% | - |
| XYZ | 48.83 | 63.75 | 18.75 | - |
| YUV | 196.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 87 | 0.15 | 0 | 0.61 | 0.13 | 74.67 | 0.67 | 0.61 |
| Hex | BD | DE | 57 | F | 0 | 3D | D | 4B | 43 | 3D |
| Octal | 275 | 336 | 127 | 17 | 0 | 75 | 15 | 113 | 103 | 75 |
| Binary | 10111101 | 11011110 | 1010111 | 1111 | 0 | 111101 | 1101 | 1001011 | 1000011 | 111101 |
Color Harmonies of #BDDE57
Complementary color
Monochromatic Colors of #BDDE57
Black with #BDDE57
Text Example
Text Example
White with #BDDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE57; }
p { color: rgb(189,222,87); }
H1.HeaderClassName
{
color: #BDDE57;
}
.AnyTagClassName
{
color: #BDDE57;
}
</style>
background-color css
<style>
a { background-color: #BDDE57; }
a { background-color: rgb(189,222,87); }
div.DivClassName
{
background-color: #BDDE57;
}
.BgClassName
{
background-color: #BDDE57;
}
</style>
border-color css
<style>
span { border-color: #BDDE57; }
span { border-color: rgb(189,222,87); }
td.TdClassName
{
border-color: #BDDE57;
}
.TagClassName
{
border-color: #BDDE57;
}
</style>