Shades of Sulu #BEF288
Tints of Sulu #BEF288
RGB
CMYK
RGB Variations
Color information
#BEF288 (or 0xBEF288) is known color: Sulu. HEX triplet: BE, F2 and 88. RGB value is (190,242,136). Sum of RGB (Red+Green+Blue) = 190+242+136=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF288 is #410D77. Grayscale: #D6D6D6. Windows color (decimal): -4263288 or 8975038. OLE color: 8975038.
HSL color Cylindrical-coordinate representation of color #BEF288: hue angle of 89.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEF288 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 136 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.05 |
| HSL | 89.43º | 0.8% | 0.74% | - |
| HSV(B) | 89.43º | 0.44% | 0.95% | - |
| XYZ | 57.43 | 76.23 | 34.98 | - |
| YUV | 214.37 | 83.77 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 136 | 0.21 | 0 | 0.44 | 0.05 | 89.43 | 0.8 | 0.74 |
| Hex | BE | F2 | 88 | 15 | 0 | 2C | 5 | 59 | 50 | 4A |
| Octal | 276 | 362 | 210 | 25 | 0 | 54 | 5 | 131 | 120 | 112 |
| Binary | 10111110 | 11110010 | 10001000 | 10101 | 0 | 101100 | 101 | 1011001 | 1010000 | 1001010 |
Color Harmonies of #BEF288
Complementary color
Monochromatic Colors of #BEF288
Black with #BEF288
Text Example
Text Example
White with #BEF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF288; }
p { color: rgb(190,242,136); }
H1.HeaderClassName
{
color: #BEF288;
}
.AnyTagClassName
{
color: #BEF288;
}
</style>
background-color css
<style>
a { background-color: #BEF288; }
a { background-color: rgb(190,242,136); }
div.DivClassName
{
background-color: #BEF288;
}
.BgClassName
{
background-color: #BEF288;
}
</style>
border-color css
<style>
span { border-color: #BEF288; }
span { border-color: rgb(190,242,136); }
td.TdClassName
{
border-color: #BEF288;
}
.TagClassName
{
border-color: #BEF288;
}
</style>