Shades of Conifer #BEEF53
Tints of Conifer #BEEF53
RGB
CMYK
RGB Variations
Color information
#BEEF53 (or 0xBEEF53) is known color: Conifer. HEX triplet: BE, EF and 53. RGB value is (190,239,83). Sum of RGB (Red+Green+Blue) = 190+239+83=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF53 is #4110AC. Grayscale: #CFCFCF. Windows color (decimal): -4264109 or 5500862. OLE color: 5500862.
HSL color Cylindrical-coordinate representation of color #BEEF53: hue angle of 78.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEEF53 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 83 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.06 |
| HSL | 78.85º | 0.83% | 0.63% | - |
| HSV(B) | 78.85º | 0.65% | 0.94% | - |
| XYZ | 53.66 | 73.3 | 19.5 | - |
| YUV | 206.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 83 | 0.21 | 0 | 0.65 | 0.06 | 78.85 | 0.83 | 0.63 |
| Hex | BE | EF | 53 | 15 | 0 | 41 | 6 | 4F | 53 | 3F |
| Octal | 276 | 357 | 123 | 25 | 0 | 101 | 6 | 117 | 123 | 77 |
| Binary | 10111110 | 11101111 | 1010011 | 10101 | 0 | 1000001 | 110 | 1001111 | 1010011 | 111111 |
Color Harmonies of #BEEF53
Complementary color
Monochromatic Colors of #BEEF53
Black with #BEEF53
Text Example
Text Example
White with #BEEF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF53; }
p { color: rgb(190,239,83); }
H1.HeaderClassName
{
color: #BEEF53;
}
.AnyTagClassName
{
color: #BEEF53;
}
</style>
background-color css
<style>
a { background-color: #BEEF53; }
a { background-color: rgb(190,239,83); }
div.DivClassName
{
background-color: #BEEF53;
}
.BgClassName
{
background-color: #BEEF53;
}
</style>
border-color css
<style>
span { border-color: #BEEF53; }
span { border-color: rgb(190,239,83); }
td.TdClassName
{
border-color: #BEEF53;
}
.TagClassName
{
border-color: #BEEF53;
}
</style>