Shades of Sulu #BEF18D
Tints of Sulu #BEF18D
RGB
CMYK
RGB Variations
Color information
#BEF18D (or 0xBEF18D) is known color: Sulu. HEX triplet: BE, F1 and 8D. RGB value is (190,241,141). Sum of RGB (Red+Green+Blue) = 190+241+141=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF18D is #410E72. Grayscale: #D6D6D6. Windows color (decimal): -4263539 or 9302462. OLE color: 9302462.
HSL color Cylindrical-coordinate representation of color #BEF18D: hue angle of 90.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEF18D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 141 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.05 |
| HSL | 90.6º | 0.78% | 0.75% | - |
| HSV(B) | 90.6º | 0.41% | 0.95% | - |
| XYZ | 57.5 | 75.78 | 36.8 | - |
| YUV | 214.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 141 | 0.21 | 0 | 0.41 | 0.05 | 90.6 | 0.78 | 0.75 |
| Hex | BE | F1 | 8D | 15 | 0 | 29 | 5 | 5B | 4E | 4B |
| Octal | 276 | 361 | 215 | 25 | 0 | 51 | 5 | 133 | 116 | 113 |
| Binary | 10111110 | 11110001 | 10001101 | 10101 | 0 | 101001 | 101 | 1011011 | 1001110 | 1001011 |
Color Harmonies of #BEF18D
Complementary color
Monochromatic Colors of #BEF18D
Black with #BEF18D
Text Example
Text Example
White with #BEF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF18D; }
p { color: rgb(190,241,141); }
H1.HeaderClassName
{
color: #BEF18D;
}
.AnyTagClassName
{
color: #BEF18D;
}
</style>
background-color css
<style>
a { background-color: #BEF18D; }
a { background-color: rgb(190,241,141); }
div.DivClassName
{
background-color: #BEF18D;
}
.BgClassName
{
background-color: #BEF18D;
}
</style>
border-color css
<style>
span { border-color: #BEF18D; }
span { border-color: rgb(190,241,141); }
td.TdClassName
{
border-color: #BEF18D;
}
.TagClassName
{
border-color: #BEF18D;
}
</style>