Shades of Conifer #BEED60
Tints of Conifer #BEED60
RGB
CMYK
RGB Variations
Color information
#BEED60 (or 0xBEED60) is known color: Conifer. HEX triplet: BE, ED and 60. RGB value is (190,237,96). Sum of RGB (Red+Green+Blue) = 190+237+96=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED60 is #41129F. Grayscale: #CFCFCF. Windows color (decimal): -4264608 or 6352318. OLE color: 6352318.
HSL color Cylindrical-coordinate representation of color #BEED60: hue angle of 80º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEED60 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 96 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.07 |
| HSL | 80º | 0.8% | 0.65% | - |
| HSV(B) | 80º | 0.59% | 0.93% | - |
| XYZ | 53.63 | 72.36 | 22.21 | - |
| YUV | 206.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 96 | 0.20 | 0 | 0.59 | 0.07 | 80 | 0.8 | 0.65 |
| Hex | BE | ED | 60 | 14 | 0 | 3B | 7 | 50 | 50 | 41 |
| Octal | 276 | 355 | 140 | 24 | 0 | 73 | 7 | 120 | 120 | 101 |
| Binary | 10111110 | 11101101 | 1100000 | 10100 | 0 | 111011 | 111 | 1010000 | 1010000 | 1000001 |
Color Harmonies of #BEED60
Complementary color
Monochromatic Colors of #BEED60
Black with #BEED60
Text Example
Text Example
White with #BEED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED60; }
p { color: rgb(190,237,96); }
H1.HeaderClassName
{
color: #BEED60;
}
.AnyTagClassName
{
color: #BEED60;
}
</style>
background-color css
<style>
a { background-color: #BEED60; }
a { background-color: rgb(190,237,96); }
div.DivClassName
{
background-color: #BEED60;
}
.BgClassName
{
background-color: #BEED60;
}
</style>
border-color css
<style>
span { border-color: #BEED60; }
span { border-color: rgb(190,237,96); }
td.TdClassName
{
border-color: #BEED60;
}
.TagClassName
{
border-color: #BEED60;
}
</style>