Shades of Sulu #BEF577
Tints of Sulu #BEF577
RGB
CMYK
RGB Variations
Color information
#BEF577 (or 0xBEF577) is known color: Sulu. HEX triplet: BE, F5 and 77. RGB value is (190,245,119). Sum of RGB (Red+Green+Blue) = 190+245+119=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF577 is #410A88. Grayscale: #D6D6D6. Windows color (decimal): -4262537 or 7861694. OLE color: 7861694.
HSL color Cylindrical-coordinate representation of color #BEF577: hue angle of 86.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEF577 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 119 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.04 |
| HSL | 86.19º | 0.86% | 0.71% | - |
| HSV(B) | 86.19º | 0.51% | 0.96% | - |
| XYZ | 57.22 | 77.58 | 29.41 | - |
| YUV | 214.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 119 | 0.22 | 0 | 0.51 | 0.04 | 86.19 | 0.86 | 0.71 |
| Hex | BE | F5 | 77 | 16 | 0 | 33 | 4 | 56 | 56 | 47 |
| Octal | 276 | 365 | 167 | 26 | 0 | 63 | 4 | 126 | 126 | 107 |
| Binary | 10111110 | 11110101 | 1110111 | 10110 | 0 | 110011 | 100 | 1010110 | 1010110 | 1000111 |
Color Harmonies of #BEF577
Complementary color
Monochromatic Colors of #BEF577
Black with #BEF577
Text Example
Text Example
White with #BEF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF577; }
p { color: rgb(190,245,119); }
H1.HeaderClassName
{
color: #BEF577;
}
.AnyTagClassName
{
color: #BEF577;
}
</style>
background-color css
<style>
a { background-color: #BEF577; }
a { background-color: rgb(190,245,119); }
div.DivClassName
{
background-color: #BEF577;
}
.BgClassName
{
background-color: #BEF577;
}
</style>
border-color css
<style>
span { border-color: #BEF577; }
span { border-color: rgb(190,245,119); }
td.TdClassName
{
border-color: #BEF577;
}
.TagClassName
{
border-color: #BEF577;
}
</style>