Shades of Sulu #BEF486
Tints of Sulu #BEF486
RGB
CMYK
RGB Variations
Color information
#BEF486 (or 0xBEF486) is known color: Sulu. HEX triplet: BE, F4 and 86. RGB value is (190,244,134). Sum of RGB (Red+Green+Blue) = 190+244+134=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF486 is #410B79. Grayscale: #D7D7D7. Windows color (decimal): -4262778 or 8844478. OLE color: 8844478.
HSL color Cylindrical-coordinate representation of color #BEF486: hue angle of 89.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF486 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 134 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.04 |
| HSL | 89.45º | 0.83% | 0.74% | - |
| HSV(B) | 89.45º | 0.45% | 0.96% | - |
| XYZ | 57.89 | 77.37 | 34.44 | - |
| YUV | 215.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 134 | 0.22 | 0 | 0.45 | 0.04 | 89.45 | 0.83 | 0.74 |
| Hex | BE | F4 | 86 | 16 | 0 | 2D | 4 | 59 | 53 | 4A |
| Octal | 276 | 364 | 206 | 26 | 0 | 55 | 4 | 131 | 123 | 112 |
| Binary | 10111110 | 11110100 | 10000110 | 10110 | 0 | 101101 | 100 | 1011001 | 1010011 | 1001010 |
Color Harmonies of #BEF486
Complementary color
Monochromatic Colors of #BEF486
Black with #BEF486
Text Example
Text Example
White with #BEF486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF486; }
p { color: rgb(190,244,134); }
H1.HeaderClassName
{
color: #BEF486;
}
.AnyTagClassName
{
color: #BEF486;
}
</style>
background-color css
<style>
a { background-color: #BEF486; }
a { background-color: rgb(190,244,134); }
div.DivClassName
{
background-color: #BEF486;
}
.BgClassName
{
background-color: #BEF486;
}
</style>
border-color css
<style>
span { border-color: #BEF486; }
span { border-color: rgb(190,244,134); }
td.TdClassName
{
border-color: #BEF486;
}
.TagClassName
{
border-color: #BEF486;
}
</style>