Shades of Sulu #BEF28D
Tints of Sulu #BEF28D
RGB
CMYK
RGB Variations
Color information
#BEF28D (or 0xBEF28D) is known color: Sulu. HEX triplet: BE, F2 and 8D. RGB value is (190,242,141). Sum of RGB (Red+Green+Blue) = 190+242+141=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF28D is #410D72. Grayscale: #D7D7D7. Windows color (decimal): -4263283 or 9302718. OLE color: 9302718.
HSL color Cylindrical-coordinate representation of color #BEF28D: hue angle of 90.89º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF28D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 141 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.05 |
| HSL | 90.89º | 0.8% | 0.75% | - |
| HSV(B) | 90.89º | 0.42% | 0.95% | - |
| XYZ | 57.8 | 76.37 | 36.89 | - |
| YUV | 214.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 141 | 0.21 | 0 | 0.42 | 0.05 | 90.89 | 0.8 | 0.75 |
| Hex | BE | F2 | 8D | 15 | 0 | 2A | 5 | 5B | 50 | 4B |
| Octal | 276 | 362 | 215 | 25 | 0 | 52 | 5 | 133 | 120 | 113 |
| Binary | 10111110 | 11110010 | 10001101 | 10101 | 0 | 101010 | 101 | 1011011 | 1010000 | 1001011 |
Color Harmonies of #BEF28D
Complementary color
Monochromatic Colors of #BEF28D
Black with #BEF28D
Text Example
Text Example
White with #BEF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF28D; }
p { color: rgb(190,242,141); }
H1.HeaderClassName
{
color: #BEF28D;
}
.AnyTagClassName
{
color: #BEF28D;
}
</style>
background-color css
<style>
a { background-color: #BEF28D; }
a { background-color: rgb(190,242,141); }
div.DivClassName
{
background-color: #BEF28D;
}
.BgClassName
{
background-color: #BEF28D;
}
</style>
border-color css
<style>
span { border-color: #BEF28D; }
span { border-color: rgb(190,242,141); }
td.TdClassName
{
border-color: #BEF28D;
}
.TagClassName
{
border-color: #BEF28D;
}
</style>