Shades of Conifer #BDED4C
Tints of Conifer #BDED4C
RGB
CMYK
RGB Variations
Color information
#BDED4C (or 0xBDED4C) is known color: Conifer. HEX triplet: BD, ED and 4C. RGB value is (189,237,76). Sum of RGB (Red+Green+Blue) = 189+237+76=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED4C is #4212B3. Grayscale: #CCCCCC. Windows color (decimal): -4330164 or 5041597. OLE color: 5041597.
HSL color Cylindrical-coordinate representation of color #BDED4C: hue angle of 77.89º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDED4C is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 76 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.07 |
| HSL | 77.89º | 0.82% | 0.61% | - |
| HSV(B) | 77.89º | 0.68% | 0.93% | - |
| XYZ | 52.57 | 71.91 | 17.95 | - |
| YUV | 204.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 76 | 0.20 | 0 | 0.68 | 0.07 | 77.89 | 0.82 | 0.61 |
| Hex | BD | ED | 4C | 14 | 0 | 44 | 7 | 4E | 52 | 3D |
| Octal | 275 | 355 | 114 | 24 | 0 | 104 | 7 | 116 | 122 | 75 |
| Binary | 10111101 | 11101101 | 1001100 | 10100 | 0 | 1000100 | 111 | 1001110 | 1010010 | 111101 |
Color Harmonies of #BDED4C
Complementary color
Monochromatic Colors of #BDED4C
Black with #BDED4C
Text Example
Text Example
White with #BDED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED4C; }
p { color: rgb(189,237,76); }
H1.HeaderClassName
{
color: #BDED4C;
}
.AnyTagClassName
{
color: #BDED4C;
}
</style>
background-color css
<style>
a { background-color: #BDED4C; }
a { background-color: rgb(189,237,76); }
div.DivClassName
{
background-color: #BDED4C;
}
.BgClassName
{
background-color: #BDED4C;
}
</style>
border-color css
<style>
span { border-color: #BDED4C; }
span { border-color: rgb(189,237,76); }
td.TdClassName
{
border-color: #BDED4C;
}
.TagClassName
{
border-color: #BDED4C;
}
</style>