Shades of Conifer #BEFD5E
Tints of Conifer #BEFD5E
RGB
CMYK
RGB Variations
Color information
#BEFD5E (or 0xBEFD5E) is known color: Conifer. HEX triplet: BE, FD and 5E. RGB value is (190,253,94). Sum of RGB (Red+Green+Blue) = 190+253+94=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD5E is #4102A1. Grayscale: #D8D8D8. Windows color (decimal): -4260514 or 6225342. OLE color: 6225342.
HSL color Cylindrical-coordinate representation of color #BEFD5E: hue angle of 83.77º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFD5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 253 | 94 | - |
CMYK | 0.25 | 0 | 0.63 | 0.01 |
HSL | 83.77º | 0.98% | 0.68% | - |
HSV(B) | 83.77º | 0.63% | 0.99% | - |
XYZ | 58.38 | 82.01 | 23.34 | - |
YUV | 216.04 | 59.13 | 109.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 253 | 94 | 0.25 | 0 | 0.63 | 0.01 | 83.77 | 0.98 | 0.68 |
Hex | BE | FD | 5E | 19 | 0 | 3F | 1 | 54 | 62 | 44 |
Octal | 276 | 375 | 136 | 31 | 0 | 77 | 1 | 124 | 142 | 104 |
Binary | 10111110 | 11111101 | 1011110 | 11001 | 0 | 111111 | 1 | 1010100 | 1100010 | 1000100 |
Color Harmonies of #BEFD5E
Complementary color
Monochromatic Colors of #BEFD5E
Black with #BEFD5E
Text Example
Text Example
White with #BEFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD5E; }
p { color: rgb(190,253,94); }
H1.HeaderClassName
{
color: #BEFD5E;
}
.AnyTagClassName
{
color: #BEFD5E;
}
</style>
background-color css
<style>
a { background-color: #BEFD5E; }
a { background-color: rgb(190,253,94); }
div.DivClassName
{
background-color: #BEFD5E;
}
.BgClassName
{
background-color: #BEFD5E;
}
</style>
border-color css
<style>
span { border-color: #BEFD5E; }
span { border-color: rgb(190,253,94); }
td.TdClassName
{
border-color: #BEFD5E;
}
.TagClassName
{
border-color: #BEFD5E;
}
</style>