Shades of Conifer #BEF360
Tints of Conifer #BEF360
RGB
CMYK
RGB Variations
Color information
#BEF360 (or 0xBEF360) is known color: Conifer. HEX triplet: BE, F3 and 60. RGB value is (190,243,96). Sum of RGB (Red+Green+Blue) = 190+243+96=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF360 is #410C9F. Grayscale: #D2D2D2. Windows color (decimal): -4263072 or 6353854. OLE color: 6353854.
HSL color Cylindrical-coordinate representation of color #BEF360: hue angle of 81.63º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF360 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 96 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.05 |
| HSL | 81.63º | 0.86% | 0.66% | - |
| HSV(B) | 81.63º | 0.6% | 0.95% | - |
| XYZ | 55.4 | 75.89 | 22.8 | - |
| YUV | 210.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 96 | 0.22 | 0 | 0.60 | 0.05 | 81.63 | 0.86 | 0.66 |
| Hex | BE | F3 | 60 | 16 | 0 | 3C | 5 | 52 | 56 | 42 |
| Octal | 276 | 363 | 140 | 26 | 0 | 74 | 5 | 122 | 126 | 102 |
| Binary | 10111110 | 11110011 | 1100000 | 10110 | 0 | 111100 | 101 | 1010010 | 1010110 | 1000010 |
Color Harmonies of #BEF360
Complementary color
Monochromatic Colors of #BEF360
Black with #BEF360
Text Example
Text Example
White with #BEF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF360; }
p { color: rgb(190,243,96); }
H1.HeaderClassName
{
color: #BEF360;
}
.AnyTagClassName
{
color: #BEF360;
}
</style>
background-color css
<style>
a { background-color: #BEF360; }
a { background-color: rgb(190,243,96); }
div.DivClassName
{
background-color: #BEF360;
}
.BgClassName
{
background-color: #BEF360;
}
</style>
border-color css
<style>
span { border-color: #BEF360; }
span { border-color: rgb(190,243,96); }
td.TdClassName
{
border-color: #BEF360;
}
.TagClassName
{
border-color: #BEF360;
}
</style>