Shades of Sulu #BEF591
Tints of Sulu #BEF591
RGB
CMYK
RGB Variations
Color information
#BEF591 (or 0xBEF591) is known color: Sulu. HEX triplet: BE, F5 and 91. RGB value is (190,245,145). Sum of RGB (Red+Green+Blue) = 190+245+145=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF591 is #410A6E. Grayscale: #D9D9D9. Windows color (decimal): -4262511 or 9565630. OLE color: 9565630.
HSL color Cylindrical-coordinate representation of color #BEF591: hue angle of 93º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEF591 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 145 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 93º | 0.83% | 0.76% | - |
| HSV(B) | 93º | 0.41% | 0.96% | - |
| XYZ | 59 | 78.3 | 38.79 | - |
| YUV | 217.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 145 | 0.22 | 0 | 0.41 | 0.04 | 93 | 0.83 | 0.76 |
| Hex | BE | F5 | 91 | 16 | 0 | 29 | 4 | 5D | 53 | 4C |
| Octal | 276 | 365 | 221 | 26 | 0 | 51 | 4 | 135 | 123 | 114 |
| Binary | 10111110 | 11110101 | 10010001 | 10110 | 0 | 101001 | 100 | 1011101 | 1010011 | 1001100 |
Color Harmonies of #BEF591
Complementary color
Monochromatic Colors of #BEF591
Black with #BEF591
Text Example
Text Example
White with #BEF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF591; }
p { color: rgb(190,245,145); }
H1.HeaderClassName
{
color: #BEF591;
}
.AnyTagClassName
{
color: #BEF591;
}
</style>
background-color css
<style>
a { background-color: #BEF591; }
a { background-color: rgb(190,245,145); }
div.DivClassName
{
background-color: #BEF591;
}
.BgClassName
{
background-color: #BEF591;
}
</style>
border-color css
<style>
span { border-color: #BEF591; }
span { border-color: rgb(190,245,145); }
td.TdClassName
{
border-color: #BEF591;
}
.TagClassName
{
border-color: #BEF591;
}
</style>