Shades of Conifer #BEE655
Tints of Conifer #BEE655
RGB
CMYK
RGB Variations
Color information
#BEE655 (or 0xBEE655) is known color: Conifer. HEX triplet: BE, E6 and 55. RGB value is (190,230,85). Sum of RGB (Red+Green+Blue) = 190+230+85=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE655 is #4119AA. Grayscale: #CACACA. Windows color (decimal): -4266411 or 5629630. OLE color: 5629630.
HSL color Cylindrical-coordinate representation of color #BEE655: hue angle of 76.55º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEE655 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 85 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.10 |
| HSL | 76.55º | 0.74% | 0.62% | - |
| HSV(B) | 76.55º | 0.63% | 0.9% | - |
| XYZ | 51.17 | 68.2 | 19.06 | - |
| YUV | 201.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 85 | 0.17 | 0 | 0.63 | 0.10 | 76.55 | 0.74 | 0.62 |
| Hex | BE | E6 | 55 | 11 | 0 | 3F | A | 4D | 4A | 3E |
| Octal | 276 | 346 | 125 | 21 | 0 | 77 | 12 | 115 | 112 | 76 |
| Binary | 10111110 | 11100110 | 1010101 | 10001 | 0 | 111111 | 1010 | 1001101 | 1001010 | 111110 |
Color Harmonies of #BEE655
Complementary color
Monochromatic Colors of #BEE655
Black with #BEE655
Text Example
Text Example
White with #BEE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE655; }
p { color: rgb(190,230,85); }
H1.HeaderClassName
{
color: #BEE655;
}
.AnyTagClassName
{
color: #BEE655;
}
</style>
background-color css
<style>
a { background-color: #BEE655; }
a { background-color: rgb(190,230,85); }
div.DivClassName
{
background-color: #BEE655;
}
.BgClassName
{
background-color: #BEE655;
}
</style>
border-color css
<style>
span { border-color: #BEE655; }
span { border-color: rgb(190,230,85); }
td.TdClassName
{
border-color: #BEE655;
}
.TagClassName
{
border-color: #BEE655;
}
</style>