Shades of Conifer #BDE74D
Tints of Conifer #BDE74D
RGB
CMYK
RGB Variations
Color information
#BDE74D (or 0xBDE74D) is known color: Conifer. HEX triplet: BD, E7 and 4D. RGB value is (189,231,77). Sum of RGB (Red+Green+Blue) = 189+231+77=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE74D is #4218B2. Grayscale: #C9C9C9. Windows color (decimal): -4331699 or 5105597. OLE color: 5105597.
HSL color Cylindrical-coordinate representation of color #BDE74D: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDE74D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 77 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.09 |
| HSL | 76.36º | 0.76% | 0.6% | - |
| HSV(B) | 76.36º | 0.67% | 0.91% | - |
| XYZ | 50.9 | 68.51 | 17.56 | - |
| YUV | 200.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 77 | 0.18 | 0 | 0.67 | 0.09 | 76.36 | 0.76 | 0.6 |
| Hex | BD | E7 | 4D | 12 | 0 | 43 | 9 | 4C | 4C | 3C |
| Octal | 275 | 347 | 115 | 22 | 0 | 103 | 11 | 114 | 114 | 74 |
| Binary | 10111101 | 11100111 | 1001101 | 10010 | 0 | 1000011 | 1001 | 1001100 | 1001100 | 111100 |
Color Harmonies of #BDE74D
Complementary color
Monochromatic Colors of #BDE74D
Black with #BDE74D
Text Example
Text Example
White with #BDE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE74D; }
p { color: rgb(189,231,77); }
H1.HeaderClassName
{
color: #BDE74D;
}
.AnyTagClassName
{
color: #BDE74D;
}
</style>
background-color css
<style>
a { background-color: #BDE74D; }
a { background-color: rgb(189,231,77); }
div.DivClassName
{
background-color: #BDE74D;
}
.BgClassName
{
background-color: #BDE74D;
}
</style>
border-color css
<style>
span { border-color: #BDE74D; }
span { border-color: rgb(189,231,77); }
td.TdClassName
{
border-color: #BDE74D;
}
.TagClassName
{
border-color: #BDE74D;
}
</style>