Shades of Conifer #BEF344
Tints of Conifer #BEF344
RGB
CMYK
RGB Variations
Color information
#BEF344 (or 0xBEF344) is known color: Conifer. HEX triplet: BE, F3 and 44. RGB value is (190,243,68). Sum of RGB (Red+Green+Blue) = 190+243+68=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF344 is #410CBB. Grayscale: #CFCFCF. Windows color (decimal): -4263100 or 4518846. OLE color: 4518846.
HSL color Cylindrical-coordinate representation of color #BEF344: hue angle of 78.17º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEF344 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.17º | 0.88% | 0.61% | - |
| HSV(B) | 78.17º | 0.72% | 0.95% | - |
| XYZ | 54.33 | 75.47 | 17.17 | - |
| YUV | 207.2 | 49.44 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 68 | 0.22 | 0 | 0.72 | 0.05 | 78.17 | 0.88 | 0.61 |
| Hex | BE | F3 | 44 | 16 | 0 | 48 | 5 | 4E | 58 | 3D |
| Octal | 276 | 363 | 104 | 26 | 0 | 110 | 5 | 116 | 130 | 75 |
| Binary | 10111110 | 11110011 | 1000100 | 10110 | 0 | 1001000 | 101 | 1001110 | 1011000 | 111101 |
Color Harmonies of #BEF344
Complementary color
Monochromatic Colors of #BEF344
Black with #BEF344
Text Example
Text Example
White with #BEF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF344; }
p { color: rgb(190,243,68); }
H1.HeaderClassName
{
color: #BEF344;
}
.AnyTagClassName
{
color: #BEF344;
}
</style>
background-color css
<style>
a { background-color: #BEF344; }
a { background-color: rgb(190,243,68); }
div.DivClassName
{
background-color: #BEF344;
}
.BgClassName
{
background-color: #BEF344;
}
</style>
border-color css
<style>
span { border-color: #BEF344; }
span { border-color: rgb(190,243,68); }
td.TdClassName
{
border-color: #BEF344;
}
.TagClassName
{
border-color: #BEF344;
}
</style>