Shades of Conifer #BDEE64
Tints of Conifer #BDEE64
RGB
CMYK
RGB Variations
Color information
#BDEE64 (or 0xBDEE64) is known color: Conifer. HEX triplet: BD, EE and 64. RGB value is (189,238,100). Sum of RGB (Red+Green+Blue) = 189+238+100=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEE64 is #42119B. Grayscale: #D0D0D0. Windows color (decimal): -4329884 or 6614717. OLE color: 6614717.
HSL color Cylindrical-coordinate representation of color #BDEE64: hue angle of 81.3º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDEE64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.07 |
| HSL | 81.3º | 0.8% | 0.66% | - |
| HSV(B) | 81.3º | 0.58% | 0.93% | - |
| XYZ | 53.86 | 72.89 | 23.29 | - |
| YUV | 207.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 100 | 0.21 | 0 | 0.58 | 0.07 | 81.3 | 0.8 | 0.66 |
| Hex | BD | EE | 64 | 15 | 0 | 3A | 7 | 51 | 50 | 42 |
| Octal | 275 | 356 | 144 | 25 | 0 | 72 | 7 | 121 | 120 | 102 |
| Binary | 10111101 | 11101110 | 1100100 | 10101 | 0 | 111010 | 111 | 1010001 | 1010000 | 1000010 |
Color Harmonies of #BDEE64
Complementary color
Monochromatic Colors of #BDEE64
Black with #BDEE64
Text Example
Text Example
White with #BDEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEE64; }
p { color: rgb(189,238,100); }
H1.HeaderClassName
{
color: #BDEE64;
}
.AnyTagClassName
{
color: #BDEE64;
}
</style>
background-color css
<style>
a { background-color: #BDEE64; }
a { background-color: rgb(189,238,100); }
div.DivClassName
{
background-color: #BDEE64;
}
.BgClassName
{
background-color: #BDEE64;
}
</style>
border-color css
<style>
span { border-color: #BDEE64; }
span { border-color: rgb(189,238,100); }
td.TdClassName
{
border-color: #BDEE64;
}
.TagClassName
{
border-color: #BDEE64;
}
</style>