Shades of Sulu #BEF88E
Tints of Sulu #BEF88E
RGB
CMYK
RGB Variations
Color information
#BEF88E (or 0xBEF88E) is known color: Sulu. HEX triplet: BE, F8 and 8E. RGB value is (190,248,142). Sum of RGB (Red+Green+Blue) = 190+248+142=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF88E is #410771. Grayscale: #DADADA. Windows color (decimal): -4261746 or 9369790. OLE color: 9369790.
HSL color Cylindrical-coordinate representation of color #BEF88E: hue angle of 92.83º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF88E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 142 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.03 |
| HSL | 92.83º | 0.88% | 0.76% | - |
| HSV(B) | 92.83º | 0.43% | 0.97% | - |
| XYZ | 59.69 | 80.03 | 37.89 | - |
| YUV | 218.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 142 | 0.23 | 0 | 0.43 | 0.03 | 92.83 | 0.88 | 0.76 |
| Hex | BE | F8 | 8E | 17 | 0 | 2B | 3 | 5D | 58 | 4C |
| Octal | 276 | 370 | 216 | 27 | 0 | 53 | 3 | 135 | 130 | 114 |
| Binary | 10111110 | 11111000 | 10001110 | 10111 | 0 | 101011 | 11 | 1011101 | 1011000 | 1001100 |
Color Harmonies of #BEF88E
Complementary color
Monochromatic Colors of #BEF88E
Black with #BEF88E
Text Example
Text Example
White with #BEF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF88E; }
p { color: rgb(190,248,142); }
H1.HeaderClassName
{
color: #BEF88E;
}
.AnyTagClassName
{
color: #BEF88E;
}
</style>
background-color css
<style>
a { background-color: #BEF88E; }
a { background-color: rgb(190,248,142); }
div.DivClassName
{
background-color: #BEF88E;
}
.BgClassName
{
background-color: #BEF88E;
}
</style>
border-color css
<style>
span { border-color: #BEF88E; }
span { border-color: rgb(190,248,142); }
td.TdClassName
{
border-color: #BEF88E;
}
.TagClassName
{
border-color: #BEF88E;
}
</style>