Shades of Sulu #BEF98E
Tints of Sulu #BEF98E
RGB
CMYK
RGB Variations
Color information
#BEF98E (or 0xBEF98E) is known color: Sulu. HEX triplet: BE, F9 and 8E. RGB value is (190,249,142). Sum of RGB (Red+Green+Blue) = 190+249+142=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF98E is #410671. Grayscale: #DBDBDB. Windows color (decimal): -4261490 or 9370046. OLE color: 9370046.
HSL color Cylindrical-coordinate representation of color #BEF98E: hue angle of 93.08º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF98E is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 142 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.02 |
| HSL | 93.08º | 0.9% | 0.77% | - |
| HSV(B) | 93.08º | 0.43% | 0.98% | - |
| XYZ | 59.99 | 80.65 | 38 | - |
| YUV | 219.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 142 | 0.24 | 0 | 0.43 | 0.02 | 93.08 | 0.9 | 0.77 |
| Hex | BE | F9 | 8E | 18 | 0 | 2B | 2 | 5D | 5A | 4D |
| Octal | 276 | 371 | 216 | 30 | 0 | 53 | 2 | 135 | 132 | 115 |
| Binary | 10111110 | 11111001 | 10001110 | 11000 | 0 | 101011 | 10 | 1011101 | 1011010 | 1001101 |
Color Harmonies of #BEF98E
Complementary color
Monochromatic Colors of #BEF98E
Black with #BEF98E
Text Example
Text Example
White with #BEF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF98E; }
p { color: rgb(190,249,142); }
H1.HeaderClassName
{
color: #BEF98E;
}
.AnyTagClassName
{
color: #BEF98E;
}
</style>
background-color css
<style>
a { background-color: #BEF98E; }
a { background-color: rgb(190,249,142); }
div.DivClassName
{
background-color: #BEF98E;
}
.BgClassName
{
background-color: #BEF98E;
}
</style>
border-color css
<style>
span { border-color: #BEF98E; }
span { border-color: rgb(190,249,142); }
td.TdClassName
{
border-color: #BEF98E;
}
.TagClassName
{
border-color: #BEF98E;
}
</style>