Shades of Sulu #BEF98D
Tints of Sulu #BEF98D
RGB
CMYK
RGB Variations
Color information
#BEF98D (or 0xBEF98D) is known color: Sulu. HEX triplet: BE, F9 and 8D. RGB value is (190,249,141). Sum of RGB (Red+Green+Blue) = 190+249+141=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF98D is #410672. Grayscale: #DBDBDB. Windows color (decimal): -4261491 or 9304510. OLE color: 9304510.
HSL color Cylindrical-coordinate representation of color #BEF98D: hue angle of 92.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF98D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 141 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.02 |
| HSL | 92.78º | 0.9% | 0.76% | - |
| HSV(B) | 92.78º | 0.43% | 0.98% | - |
| XYZ | 59.92 | 80.62 | 37.6 | - |
| YUV | 219.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 141 | 0.24 | 0 | 0.43 | 0.02 | 92.78 | 0.9 | 0.76 |
| Hex | BE | F9 | 8D | 18 | 0 | 2B | 2 | 5D | 5A | 4C |
| Octal | 276 | 371 | 215 | 30 | 0 | 53 | 2 | 135 | 132 | 114 |
| Binary | 10111110 | 11111001 | 10001101 | 11000 | 0 | 101011 | 10 | 1011101 | 1011010 | 1001100 |
Color Harmonies of #BEF98D
Complementary color
Monochromatic Colors of #BEF98D
Black with #BEF98D
Text Example
Text Example
White with #BEF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF98D; }
p { color: rgb(190,249,141); }
H1.HeaderClassName
{
color: #BEF98D;
}
.AnyTagClassName
{
color: #BEF98D;
}
</style>
background-color css
<style>
a { background-color: #BEF98D; }
a { background-color: rgb(190,249,141); }
div.DivClassName
{
background-color: #BEF98D;
}
.BgClassName
{
background-color: #BEF98D;
}
</style>
border-color css
<style>
span { border-color: #BEF98D; }
span { border-color: rgb(190,249,141); }
td.TdClassName
{
border-color: #BEF98D;
}
.TagClassName
{
border-color: #BEF98D;
}
</style>