Shades of Conifer #BDE662
Tints of Conifer #BDE662
RGB
CMYK
RGB Variations
Color information
#BDE662 (or 0xBDE662) is known color: Conifer. HEX triplet: BD, E6 and 62. RGB value is (189,230,98). Sum of RGB (Red+Green+Blue) = 189+230+98=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE662 is #42199D. Grayscale: #CBCBCB. Windows color (decimal): -4331934 or 6481597. OLE color: 6481597.
HSL color Cylindrical-coordinate representation of color #BDE662: hue angle of 78.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDE662 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 98 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.10 |
| HSL | 78.64º | 0.73% | 0.64% | - |
| HSV(B) | 78.64º | 0.57% | 0.9% | - |
| XYZ | 51.49 | 68.29 | 22.02 | - |
| YUV | 202.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 98 | 0.18 | 0 | 0.57 | 0.10 | 78.64 | 0.73 | 0.64 |
| Hex | BD | E6 | 62 | 12 | 0 | 39 | A | 4F | 49 | 40 |
| Octal | 275 | 346 | 142 | 22 | 0 | 71 | 12 | 117 | 111 | 100 |
| Binary | 10111101 | 11100110 | 1100010 | 10010 | 0 | 111001 | 1010 | 1001111 | 1001001 | 1000000 |
Color Harmonies of #BDE662
Complementary color
Monochromatic Colors of #BDE662
Black with #BDE662
Text Example
Text Example
White with #BDE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE662; }
p { color: rgb(189,230,98); }
H1.HeaderClassName
{
color: #BDE662;
}
.AnyTagClassName
{
color: #BDE662;
}
</style>
background-color css
<style>
a { background-color: #BDE662; }
a { background-color: rgb(189,230,98); }
div.DivClassName
{
background-color: #BDE662;
}
.BgClassName
{
background-color: #BDE662;
}
</style>
border-color css
<style>
span { border-color: #BDE662; }
span { border-color: rgb(189,230,98); }
td.TdClassName
{
border-color: #BDE662;
}
.TagClassName
{
border-color: #BDE662;
}
</style>