Shades of Sulu #BEF490
Tints of Sulu #BEF490
RGB
CMYK
RGB Variations
Color information
#BEF490 (or 0xBEF490) is known color: Sulu. HEX triplet: BE, F4 and 90. RGB value is (190,244,144). Sum of RGB (Red+Green+Blue) = 190+244+144=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF490 is #410B6F. Grayscale: #D8D8D8. Windows color (decimal): -4262768 or 9499838. OLE color: 9499838.
HSL color Cylindrical-coordinate representation of color #BEF490: hue angle of 92.4º degrees, saturation: 0.82, 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 #BEF490 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 144 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 92.4º | 0.82% | 0.76% | - |
| HSV(B) | 92.4º | 0.41% | 0.96% | - |
| XYZ | 58.62 | 77.66 | 38.29 | - |
| YUV | 216.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 144 | 0.22 | 0 | 0.41 | 0.04 | 92.4 | 0.82 | 0.76 |
| Hex | BE | F4 | 90 | 16 | 0 | 29 | 4 | 5C | 52 | 4C |
| Octal | 276 | 364 | 220 | 26 | 0 | 51 | 4 | 134 | 122 | 114 |
| Binary | 10111110 | 11110100 | 10010000 | 10110 | 0 | 101001 | 100 | 1011100 | 1010010 | 1001100 |
Color Harmonies of #BEF490
Complementary color
Monochromatic Colors of #BEF490
Black with #BEF490
Text Example
Text Example
White with #BEF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF490; }
p { color: rgb(190,244,144); }
H1.HeaderClassName
{
color: #BEF490;
}
.AnyTagClassName
{
color: #BEF490;
}
</style>
background-color css
<style>
a { background-color: #BEF490; }
a { background-color: rgb(190,244,144); }
div.DivClassName
{
background-color: #BEF490;
}
.BgClassName
{
background-color: #BEF490;
}
</style>
border-color css
<style>
span { border-color: #BEF490; }
span { border-color: rgb(190,244,144); }
td.TdClassName
{
border-color: #BEF490;
}
.TagClassName
{
border-color: #BEF490;
}
</style>