Shades of Sulu #BEF87A
Tints of Sulu #BEF87A
RGB
CMYK
RGB Variations
Color information
#BEF87A (or 0xBEF87A) is known color: Sulu. HEX triplet: BE, F8 and 7A. RGB value is (190,248,122). Sum of RGB (Red+Green+Blue) = 190+248+122=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF87A is #410785. Grayscale: #D8D8D8. Windows color (decimal): -4261766 or 8059070. OLE color: 8059070.
HSL color Cylindrical-coordinate representation of color #BEF87A: hue angle of 87.62º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEF87A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.03 |
| HSL | 87.62º | 0.9% | 0.73% | - |
| HSV(B) | 87.62º | 0.51% | 0.97% | - |
| XYZ | 58.32 | 79.49 | 30.68 | - |
| YUV | 216.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 122 | 0.23 | 0 | 0.51 | 0.03 | 87.62 | 0.9 | 0.73 |
| Hex | BE | F8 | 7A | 17 | 0 | 33 | 3 | 58 | 5A | 49 |
| Octal | 276 | 370 | 172 | 27 | 0 | 63 | 3 | 130 | 132 | 111 |
| Binary | 10111110 | 11111000 | 1111010 | 10111 | 0 | 110011 | 11 | 1011000 | 1011010 | 1001001 |
Color Harmonies of #BEF87A
Complementary color
Monochromatic Colors of #BEF87A
Black with #BEF87A
Text Example
Text Example
White with #BEF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF87A; }
p { color: rgb(190,248,122); }
H1.HeaderClassName
{
color: #BEF87A;
}
.AnyTagClassName
{
color: #BEF87A;
}
</style>
background-color css
<style>
a { background-color: #BEF87A; }
a { background-color: rgb(190,248,122); }
div.DivClassName
{
background-color: #BEF87A;
}
.BgClassName
{
background-color: #BEF87A;
}
</style>
border-color css
<style>
span { border-color: #BEF87A; }
span { border-color: rgb(190,248,122); }
td.TdClassName
{
border-color: #BEF87A;
}
.TagClassName
{
border-color: #BEF87A;
}
</style>