Shades of Sulu #BEF289
Tints of Sulu #BEF289
RGB
CMYK
RGB Variations
Color information
#BEF289 (or 0xBEF289) is known color: Sulu. HEX triplet: BE, F2 and 89. RGB value is (190,242,137). Sum of RGB (Red+Green+Blue) = 190+242+137=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF289 is #410D76. Grayscale: #D6D6D6. Windows color (decimal): -4263287 or 9040574. OLE color: 9040574.
HSL color Cylindrical-coordinate representation of color #BEF289: hue angle of 89.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF289 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 137 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.05 |
| HSL | 89.71º | 0.8% | 0.74% | - |
| HSV(B) | 89.71º | 0.43% | 0.95% | - |
| XYZ | 57.5 | 76.26 | 35.36 | - |
| YUV | 214.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 137 | 0.21 | 0 | 0.43 | 0.05 | 89.71 | 0.8 | 0.74 |
| Hex | BE | F2 | 89 | 15 | 0 | 2B | 5 | 5A | 50 | 4A |
| Octal | 276 | 362 | 211 | 25 | 0 | 53 | 5 | 132 | 120 | 112 |
| Binary | 10111110 | 11110010 | 10001001 | 10101 | 0 | 101011 | 101 | 1011010 | 1010000 | 1001010 |
Color Harmonies of #BEF289
Complementary color
Monochromatic Colors of #BEF289
Black with #BEF289
Text Example
Text Example
White with #BEF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF289; }
p { color: rgb(190,242,137); }
H1.HeaderClassName
{
color: #BEF289;
}
.AnyTagClassName
{
color: #BEF289;
}
</style>
background-color css
<style>
a { background-color: #BEF289; }
a { background-color: rgb(190,242,137); }
div.DivClassName
{
background-color: #BEF289;
}
.BgClassName
{
background-color: #BEF289;
}
</style>
border-color css
<style>
span { border-color: #BEF289; }
span { border-color: rgb(190,242,137); }
td.TdClassName
{
border-color: #BEF289;
}
.TagClassName
{
border-color: #BEF289;
}
</style>