Shades of Conifer #BEFF53
Tints of Conifer #BEFF53
RGB
CMYK
RGB Variations
Color information
#BEFF53 (or 0xBEFF53) is known color: Conifer. HEX triplet: BE, FF and 53. RGB value is (190,255,83). Sum of RGB (Red+Green+Blue) = 190+255+83=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF53 is #4100AC. Grayscale: #D8D8D8. Windows color (decimal): -4260013 or 5504958. OLE color: 5504958.
HSL color Cylindrical-coordinate representation of color #BEFF53: hue angle of 82.67º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEFF53 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 83 | - |
| CMYK | 0.25 | 0 | 0.67 | 0 |
| HSL | 82.67º | 1% | 0.66% | - |
| HSV(B) | 82.67º | 0.67% | 1% | - |
| XYZ | 58.56 | 83.09 | 21.14 | - |
| YUV | 215.96 | 52.97 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 83 | 0.25 | 0 | 0.67 | 0 | 82.67 | 1 | 0.66 |
| Hex | BE | FF | 53 | 19 | 0 | 43 | 0 | 53 | 64 | 42 |
| Octal | 276 | 377 | 123 | 31 | 0 | 103 | 0 | 123 | 144 | 102 |
| Binary | 10111110 | 11111111 | 1010011 | 11001 | 0 | 1000011 | 0 | 1010011 | 1100100 | 1000010 |
Color Harmonies of #BEFF53
Complementary color
Monochromatic Colors of #BEFF53
Black with #BEFF53
Text Example
Text Example
White with #BEFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF53; }
p { color: rgb(190,255,83); }
H1.HeaderClassName
{
color: #BEFF53;
}
.AnyTagClassName
{
color: #BEFF53;
}
</style>
background-color css
<style>
a { background-color: #BEFF53; }
a { background-color: rgb(190,255,83); }
div.DivClassName
{
background-color: #BEFF53;
}
.BgClassName
{
background-color: #BEFF53;
}
</style>
border-color css
<style>
span { border-color: #BEFF53; }
span { border-color: rgb(190,255,83); }
td.TdClassName
{
border-color: #BEFF53;
}
.TagClassName
{
border-color: #BEFF53;
}
</style>