Shades of Conifer #BEED63
Tints of Conifer #BEED63
RGB
CMYK
RGB Variations
Color information
#BEED63 (or 0xBEED63) is known color: Conifer. HEX triplet: BE, ED and 63. RGB value is (190,237,99). Sum of RGB (Red+Green+Blue) = 190+237+99=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED63 is #41129C. Grayscale: #CFCFCF. Windows color (decimal): -4264605 or 6548926. OLE color: 6548926.
HSL color Cylindrical-coordinate representation of color #BEED63: hue angle of 80.43º degrees, saturation: 0.79, 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 #BEED63 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 99 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.07 |
| HSL | 80.43º | 0.79% | 0.66% | - |
| HSV(B) | 80.43º | 0.58% | 0.93% | - |
| XYZ | 53.77 | 72.42 | 22.95 | - |
| YUV | 207.22 | 66.93 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 99 | 0.20 | 0 | 0.58 | 0.07 | 80.43 | 0.79 | 0.66 |
| Hex | BE | ED | 63 | 14 | 0 | 3A | 7 | 50 | 4F | 42 |
| Octal | 276 | 355 | 143 | 24 | 0 | 72 | 7 | 120 | 117 | 102 |
| Binary | 10111110 | 11101101 | 1100011 | 10100 | 0 | 111010 | 111 | 1010000 | 1001111 | 1000010 |
Color Harmonies of #BEED63
Complementary color
Monochromatic Colors of #BEED63
Black with #BEED63
Text Example
Text Example
White with #BEED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED63; }
p { color: rgb(190,237,99); }
H1.HeaderClassName
{
color: #BEED63;
}
.AnyTagClassName
{
color: #BEED63;
}
</style>
background-color css
<style>
a { background-color: #BEED63; }
a { background-color: rgb(190,237,99); }
div.DivClassName
{
background-color: #BEED63;
}
.BgClassName
{
background-color: #BEED63;
}
</style>
border-color css
<style>
span { border-color: #BEED63; }
span { border-color: rgb(190,237,99); }
td.TdClassName
{
border-color: #BEED63;
}
.TagClassName
{
border-color: #BEED63;
}
</style>