Shades of Conifer #BEFF5C
Tints of Conifer #BEFF5C
RGB
CMYK
RGB Variations
Color information
#BEFF5C (or 0xBEFF5C) is known color: Conifer. HEX triplet: BE, FF and 5C. RGB value is (190,255,92). Sum of RGB (Red+Green+Blue) = 190+255+92=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF5C is #4100A3. Grayscale: #D9D9D9. Windows color (decimal): -4260004 or 6094782. OLE color: 6094782.
HSL color Cylindrical-coordinate representation of color #BEFF5C: hue angle of 83.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEFF5C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 92 | - |
| CMYK | 0.25 | 0 | 0.64 | 0 |
| HSL | 83.93º | 1% | 0.68% | - |
| HSV(B) | 83.93º | 0.64% | 1% | - |
| XYZ | 58.93 | 83.24 | 23.09 | - |
| YUV | 216.98 | 57.47 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 92 | 0.25 | 0 | 0.64 | 0 | 83.93 | 1 | 0.68 |
| Hex | BE | FF | 5C | 19 | 0 | 40 | 0 | 54 | 64 | 44 |
| Octal | 276 | 377 | 134 | 31 | 0 | 100 | 0 | 124 | 144 | 104 |
| Binary | 10111110 | 11111111 | 1011100 | 11001 | 0 | 1000000 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BEFF5C
Complementary color
Monochromatic Colors of #BEFF5C
Black with #BEFF5C
Text Example
Text Example
White with #BEFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF5C; }
p { color: rgb(190,255,92); }
H1.HeaderClassName
{
color: #BEFF5C;
}
.AnyTagClassName
{
color: #BEFF5C;
}
</style>
background-color css
<style>
a { background-color: #BEFF5C; }
a { background-color: rgb(190,255,92); }
div.DivClassName
{
background-color: #BEFF5C;
}
.BgClassName
{
background-color: #BEFF5C;
}
</style>
border-color css
<style>
span { border-color: #BEFF5C; }
span { border-color: rgb(190,255,92); }
td.TdClassName
{
border-color: #BEFF5C;
}
.TagClassName
{
border-color: #BEFF5C;
}
</style>