Shades of Conifer #BEFE5C
Tints of Conifer #BEFE5C
RGB
CMYK
RGB Variations
Color information
#BEFE5C (or 0xBEFE5C) is known color: Conifer. HEX triplet: BE, FE and 5C. RGB value is (190,254,92). Sum of RGB (Red+Green+Blue) = 190+254+92=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE5C is #4101A3. Grayscale: #D8D8D8. Windows color (decimal): -4260260 or 6094526. OLE color: 6094526.
HSL color Cylindrical-coordinate representation of color #BEFE5C: hue angle of 83.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEFE5C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 92 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.00 |
| HSL | 83.7º | 0.99% | 0.68% | - |
| HSV(B) | 83.7º | 0.64% | 1% | - |
| XYZ | 58.61 | 82.6 | 22.98 | - |
| YUV | 216.4 | 57.8 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 92 | 0.25 | 0 | 0.64 | 0.00 | 83.7 | 0.99 | 0.68 |
| Hex | BE | FE | 5C | 19 | 0 | 40 | 0 | 54 | 63 | 44 |
| Octal | 276 | 376 | 134 | 31 | 0 | 100 | 0 | 124 | 143 | 104 |
| Binary | 10111110 | 11111110 | 1011100 | 11001 | 0 | 1000000 | 0 | 1010100 | 1100011 | 1000100 |
Color Harmonies of #BEFE5C
Complementary color
Monochromatic Colors of #BEFE5C
Black with #BEFE5C
Text Example
Text Example
White with #BEFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE5C; }
p { color: rgb(190,254,92); }
H1.HeaderClassName
{
color: #BEFE5C;
}
.AnyTagClassName
{
color: #BEFE5C;
}
</style>
background-color css
<style>
a { background-color: #BEFE5C; }
a { background-color: rgb(190,254,92); }
div.DivClassName
{
background-color: #BEFE5C;
}
.BgClassName
{
background-color: #BEFE5C;
}
</style>
border-color css
<style>
span { border-color: #BEFE5C; }
span { border-color: rgb(190,254,92); }
td.TdClassName
{
border-color: #BEFE5C;
}
.TagClassName
{
border-color: #BEFE5C;
}
</style>