Shades of Sulu #BEF488
Tints of Sulu #BEF488
RGB
CMYK
RGB Variations
Color information
#BEF488 (or 0xBEF488) is known color: Sulu. HEX triplet: BE, F4 and 88. RGB value is (190,244,136). Sum of RGB (Red+Green+Blue) = 190+244+136=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF488 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF488 is #410B77. Grayscale: #D7D7D7. Windows color (decimal): -4262776 or 8975550. OLE color: 8975550.
HSL color Cylindrical-coordinate representation of color #BEF488: hue angle of 90º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEF488 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 136 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.04 |
| HSL | 90º | 0.83% | 0.75% | - |
| HSV(B) | 90º | 0.44% | 0.96% | - |
| XYZ | 58.03 | 77.43 | 35.18 | - |
| YUV | 215.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 136 | 0.22 | 0 | 0.44 | 0.04 | 90 | 0.83 | 0.75 |
| Hex | BE | F4 | 88 | 16 | 0 | 2C | 4 | 5A | 53 | 4B |
| Octal | 276 | 364 | 210 | 26 | 0 | 54 | 4 | 132 | 123 | 113 |
| Binary | 10111110 | 11110100 | 10001000 | 10110 | 0 | 101100 | 100 | 1011010 | 1010011 | 1001011 |
Color Harmonies of #BEF488
Complementary color
Monochromatic Colors of #BEF488
Black with #BEF488
Text Example
Text Example
White with #BEF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF488; }
p { color: rgb(190,244,136); }
H1.HeaderClassName
{
color: #BEF488;
}
.AnyTagClassName
{
color: #BEF488;
}
</style>
background-color css
<style>
a { background-color: #BEF488; }
a { background-color: rgb(190,244,136); }
div.DivClassName
{
background-color: #BEF488;
}
.BgClassName
{
background-color: #BEF488;
}
</style>
border-color css
<style>
span { border-color: #BEF488; }
span { border-color: rgb(190,244,136); }
td.TdClassName
{
border-color: #BEF488;
}
.TagClassName
{
border-color: #BEF488;
}
</style>