Shades of Sulu #BEF091
Tints of Sulu #BEF091
RGB
CMYK
RGB Variations
Color information
#BEF091 (or 0xBEF091) is known color: Sulu. HEX triplet: BE, F0 and 91. RGB value is (190,240,145). Sum of RGB (Red+Green+Blue) = 190+240+145=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF091 is #410F6E. Grayscale: #D6D6D6. Windows color (decimal): -4263791 or 9564350. OLE color: 9564350.
HSL color Cylindrical-coordinate representation of color #BEF091: hue angle of 91.58º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF091 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 145 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.06 |
| HSL | 91.58º | 0.76% | 0.75% | - |
| HSV(B) | 91.58º | 0.4% | 0.94% | - |
| XYZ | 57.51 | 75.31 | 38.29 | - |
| YUV | 214.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 145 | 0.21 | 0 | 0.40 | 0.06 | 91.58 | 0.76 | 0.75 |
| Hex | BE | F0 | 91 | 15 | 0 | 28 | 6 | 5C | 4C | 4B |
| Octal | 276 | 360 | 221 | 25 | 0 | 50 | 6 | 134 | 114 | 113 |
| Binary | 10111110 | 11110000 | 10010001 | 10101 | 0 | 101000 | 110 | 1011100 | 1001100 | 1001011 |
Color Harmonies of #BEF091
Complementary color
Monochromatic Colors of #BEF091
Black with #BEF091
Text Example
Text Example
White with #BEF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF091; }
p { color: rgb(190,240,145); }
H1.HeaderClassName
{
color: #BEF091;
}
.AnyTagClassName
{
color: #BEF091;
}
</style>
background-color css
<style>
a { background-color: #BEF091; }
a { background-color: rgb(190,240,145); }
div.DivClassName
{
background-color: #BEF091;
}
.BgClassName
{
background-color: #BEF091;
}
</style>
border-color css
<style>
span { border-color: #BEF091; }
span { border-color: rgb(190,240,145); }
td.TdClassName
{
border-color: #BEF091;
}
.TagClassName
{
border-color: #BEF091;
}
</style>