Shades of Conifer #BEF752
Tints of Conifer #BEF752
RGB
CMYK
RGB Variations
Color information
#BEF752 (or 0xBEF752) is known color: Conifer. HEX triplet: BE, F7 and 52. RGB value is (190,247,82). Sum of RGB (Red+Green+Blue) = 190+247+82=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF752 is #4108AD. Grayscale: #D3D3D3. Windows color (decimal): -4262062 or 5437374. OLE color: 5437374.
HSL color Cylindrical-coordinate representation of color #BEF752: hue angle of 80.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEF752 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 82 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.03 |
| HSL | 80.73º | 0.91% | 0.65% | - |
| HSV(B) | 80.73º | 0.67% | 0.97% | - |
| XYZ | 56.02 | 78.08 | 20.1 | - |
| YUV | 211.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 82 | 0.23 | 0 | 0.67 | 0.03 | 80.73 | 0.91 | 0.65 |
| Hex | BE | F7 | 52 | 17 | 0 | 43 | 3 | 51 | 5B | 41 |
| Octal | 276 | 367 | 122 | 27 | 0 | 103 | 3 | 121 | 133 | 101 |
| Binary | 10111110 | 11110111 | 1010010 | 10111 | 0 | 1000011 | 11 | 1010001 | 1011011 | 1000001 |
Color Harmonies of #BEF752
Complementary color
Monochromatic Colors of #BEF752
Black with #BEF752
Text Example
Text Example
White with #BEF752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF752; }
p { color: rgb(190,247,82); }
H1.HeaderClassName
{
color: #BEF752;
}
.AnyTagClassName
{
color: #BEF752;
}
</style>
background-color css
<style>
a { background-color: #BEF752; }
a { background-color: rgb(190,247,82); }
div.DivClassName
{
background-color: #BEF752;
}
.BgClassName
{
background-color: #BEF752;
}
</style>
border-color css
<style>
span { border-color: #BEF752; }
span { border-color: rgb(190,247,82); }
td.TdClassName
{
border-color: #BEF752;
}
.TagClassName
{
border-color: #BEF752;
}
</style>