Shades of Conifer #BEFC5C
Tints of Conifer #BEFC5C
RGB
CMYK
RGB Variations
Color information
#BEFC5C (or 0xBEFC5C) is known color: Conifer. HEX triplet: BE, FC and 5C. RGB value is (190,252,92). Sum of RGB (Red+Green+Blue) = 190+252+92=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC5C is #4103A3. Grayscale: #D7D7D7. Windows color (decimal): -4260772 or 6094014. OLE color: 6094014.
HSL color Cylindrical-coordinate representation of color #BEFC5C: hue angle of 83.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFC5C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 92 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.01 |
| HSL | 83.25º | 0.96% | 0.67% | - |
| HSV(B) | 83.25º | 0.63% | 0.99% | - |
| XYZ | 57.98 | 81.34 | 22.77 | - |
| YUV | 215.22 | 58.46 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 92 | 0.25 | 0 | 0.63 | 0.01 | 83.25 | 0.96 | 0.67 |
| Hex | BE | FC | 5C | 19 | 0 | 3F | 1 | 53 | 60 | 43 |
| Octal | 276 | 374 | 134 | 31 | 0 | 77 | 1 | 123 | 140 | 103 |
| Binary | 10111110 | 11111100 | 1011100 | 11001 | 0 | 111111 | 1 | 1010011 | 1100000 | 1000011 |
Color Harmonies of #BEFC5C
Complementary color
Monochromatic Colors of #BEFC5C
Black with #BEFC5C
Text Example
Text Example
White with #BEFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC5C; }
p { color: rgb(190,252,92); }
H1.HeaderClassName
{
color: #BEFC5C;
}
.AnyTagClassName
{
color: #BEFC5C;
}
</style>
background-color css
<style>
a { background-color: #BEFC5C; }
a { background-color: rgb(190,252,92); }
div.DivClassName
{
background-color: #BEFC5C;
}
.BgClassName
{
background-color: #BEFC5C;
}
</style>
border-color css
<style>
span { border-color: #BEFC5C; }
span { border-color: rgb(190,252,92); }
td.TdClassName
{
border-color: #BEFC5C;
}
.TagClassName
{
border-color: #BEFC5C;
}
</style>