Shades of Sulu #BEFC90
Tints of Sulu #BEFC90
RGB
CMYK
RGB Variations
Color information
#BEFC90 (or 0xBEFC90) is known color: Sulu. HEX triplet: BE, FC and 90. RGB value is (190,252,144). Sum of RGB (Red+Green+Blue) = 190+252+144=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC90 is #41036F. Grayscale: #DDDDDD. Windows color (decimal): -4260720 or 9501886. OLE color: 9501886.
HSL color Cylindrical-coordinate representation of color #BEFC90: hue angle of 94.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEFC90 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 144 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.01 |
| HSL | 94.44º | 0.95% | 0.78% | - |
| HSV(B) | 94.44º | 0.43% | 0.99% | - |
| XYZ | 61.08 | 82.58 | 39.11 | - |
| YUV | 221.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 144 | 0.25 | 0 | 0.43 | 0.01 | 94.44 | 0.95 | 0.78 |
| Hex | BE | FC | 90 | 19 | 0 | 2B | 1 | 5E | 5F | 4E |
| Octal | 276 | 374 | 220 | 31 | 0 | 53 | 1 | 136 | 137 | 116 |
| Binary | 10111110 | 11111100 | 10010000 | 11001 | 0 | 101011 | 1 | 1011110 | 1011111 | 1001110 |
Color Harmonies of #BEFC90
Complementary color
Monochromatic Colors of #BEFC90
Black with #BEFC90
Text Example
Text Example
White with #BEFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC90; }
p { color: rgb(190,252,144); }
H1.HeaderClassName
{
color: #BEFC90;
}
.AnyTagClassName
{
color: #BEFC90;
}
</style>
background-color css
<style>
a { background-color: #BEFC90; }
a { background-color: rgb(190,252,144); }
div.DivClassName
{
background-color: #BEFC90;
}
.BgClassName
{
background-color: #BEFC90;
}
</style>
border-color css
<style>
span { border-color: #BEFC90; }
span { border-color: rgb(190,252,144); }
td.TdClassName
{
border-color: #BEFC90;
}
.TagClassName
{
border-color: #BEFC90;
}
</style>