Shades of Conifer #BEFC60
Tints of Conifer #BEFC60
RGB
CMYK
RGB Variations
Color information
#BEFC60 (or 0xBEFC60) is known color: Conifer. HEX triplet: BE, FC and 60. RGB value is (190,252,96). Sum of RGB (Red+Green+Blue) = 190+252+96=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC60 is #41039F. Grayscale: #D8D8D8. Windows color (decimal): -4260768 or 6356158. OLE color: 6356158.
HSL color Cylindrical-coordinate representation of color #BEFC60: hue angle of 83.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEFC60 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 96 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.01 |
| HSL | 83.85º | 0.96% | 0.68% | - |
| HSV(B) | 83.85º | 0.62% | 0.99% | - |
| XYZ | 58.16 | 81.41 | 23.72 | - |
| YUV | 215.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 96 | 0.25 | 0 | 0.62 | 0.01 | 83.85 | 0.96 | 0.68 |
| Hex | BE | FC | 60 | 19 | 0 | 3E | 1 | 54 | 60 | 44 |
| Octal | 276 | 374 | 140 | 31 | 0 | 76 | 1 | 124 | 140 | 104 |
| Binary | 10111110 | 11111100 | 1100000 | 11001 | 0 | 111110 | 1 | 1010100 | 1100000 | 1000100 |
Color Harmonies of #BEFC60
Complementary color
Monochromatic Colors of #BEFC60
Black with #BEFC60
Text Example
Text Example
White with #BEFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC60; }
p { color: rgb(190,252,96); }
H1.HeaderClassName
{
color: #BEFC60;
}
.AnyTagClassName
{
color: #BEFC60;
}
</style>
background-color css
<style>
a { background-color: #BEFC60; }
a { background-color: rgb(190,252,96); }
div.DivClassName
{
background-color: #BEFC60;
}
.BgClassName
{
background-color: #BEFC60;
}
</style>
border-color css
<style>
span { border-color: #BEFC60; }
span { border-color: rgb(190,252,96); }
td.TdClassName
{
border-color: #BEFC60;
}
.TagClassName
{
border-color: #BEFC60;
}
</style>