Shades of Sulu #BEF286
Tints of Sulu #BEF286
RGB
CMYK
RGB Variations
Color information
#BEF286 (or 0xBEF286) is known color: Sulu. HEX triplet: BE, F2 and 86. RGB value is (190,242,134). Sum of RGB (Red+Green+Blue) = 190+242+134=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF286 is #410D79. Grayscale: #D6D6D6. Windows color (decimal): -4263290 or 8843966. OLE color: 8843966.
HSL color Cylindrical-coordinate representation of color #BEF286: hue angle of 88.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF286 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 134 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.05 |
| HSL | 88.89º | 0.81% | 0.74% | - |
| HSV(B) | 88.89º | 0.45% | 0.95% | - |
| XYZ | 57.29 | 76.17 | 34.24 | - |
| YUV | 214.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 134 | 0.21 | 0 | 0.45 | 0.05 | 88.89 | 0.81 | 0.74 |
| Hex | BE | F2 | 86 | 15 | 0 | 2D | 5 | 59 | 51 | 4A |
| Octal | 276 | 362 | 206 | 25 | 0 | 55 | 5 | 131 | 121 | 112 |
| Binary | 10111110 | 11110010 | 10000110 | 10101 | 0 | 101101 | 101 | 1011001 | 1010001 | 1001010 |
Color Harmonies of #BEF286
Complementary color
Monochromatic Colors of #BEF286
Black with #BEF286
Text Example
Text Example
White with #BEF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF286; }
p { color: rgb(190,242,134); }
H1.HeaderClassName
{
color: #BEF286;
}
.AnyTagClassName
{
color: #BEF286;
}
</style>
background-color css
<style>
a { background-color: #BEF286; }
a { background-color: rgb(190,242,134); }
div.DivClassName
{
background-color: #BEF286;
}
.BgClassName
{
background-color: #BEF286;
}
</style>
border-color css
<style>
span { border-color: #BEF286; }
span { border-color: rgb(190,242,134); }
td.TdClassName
{
border-color: #BEF286;
}
.TagClassName
{
border-color: #BEF286;
}
</style>