Shades of Sulu #BEF08D
Tints of Sulu #BEF08D
RGB
CMYK
RGB Variations
Color information
#BEF08D (or 0xBEF08D) is known color: Sulu. HEX triplet: BE, F0 and 8D. RGB value is (190,240,141). Sum of RGB (Red+Green+Blue) = 190+240+141=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF08D is #410F72. Grayscale: #D6D6D6. Windows color (decimal): -4263795 or 9302206. OLE color: 9302206.
HSL color Cylindrical-coordinate representation of color #BEF08D: hue angle of 90.3º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEF08D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 141 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.06 |
| HSL | 90.3º | 0.77% | 0.75% | - |
| HSV(B) | 90.3º | 0.41% | 0.94% | - |
| XYZ | 57.2 | 75.19 | 36.7 | - |
| YUV | 213.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 141 | 0.21 | 0 | 0.41 | 0.06 | 90.3 | 0.77 | 0.75 |
| Hex | BE | F0 | 8D | 15 | 0 | 29 | 6 | 5A | 4D | 4B |
| Octal | 276 | 360 | 215 | 25 | 0 | 51 | 6 | 132 | 115 | 113 |
| Binary | 10111110 | 11110000 | 10001101 | 10101 | 0 | 101001 | 110 | 1011010 | 1001101 | 1001011 |
Color Harmonies of #BEF08D
Complementary color
Monochromatic Colors of #BEF08D
Black with #BEF08D
Text Example
Text Example
White with #BEF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF08D; }
p { color: rgb(190,240,141); }
H1.HeaderClassName
{
color: #BEF08D;
}
.AnyTagClassName
{
color: #BEF08D;
}
</style>
background-color css
<style>
a { background-color: #BEF08D; }
a { background-color: rgb(190,240,141); }
div.DivClassName
{
background-color: #BEF08D;
}
.BgClassName
{
background-color: #BEF08D;
}
</style>
border-color css
<style>
span { border-color: #BEF08D; }
span { border-color: rgb(190,240,141); }
td.TdClassName
{
border-color: #BEF08D;
}
.TagClassName
{
border-color: #BEF08D;
}
</style>