Shades of Sulu #BEFA90
Tints of Sulu #BEFA90
RGB
CMYK
RGB Variations
Color information
#BEFA90 (or 0xBEFA90) is known color: Sulu. HEX triplet: BE, FA and 90. RGB value is (190,250,144). Sum of RGB (Red+Green+Blue) = 190+250+144=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA90 is #41056F. Grayscale: #DCDCDC. Windows color (decimal): -4261232 or 9501374. OLE color: 9501374.
HSL color Cylindrical-coordinate representation of color #BEFA90: hue angle of 93.96º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEFA90 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 144 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.02 |
| HSL | 93.96º | 0.91% | 0.77% | - |
| HSV(B) | 93.96º | 0.42% | 0.98% | - |
| XYZ | 60.45 | 81.33 | 38.9 | - |
| YUV | 219.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 144 | 0.24 | 0 | 0.42 | 0.02 | 93.96 | 0.91 | 0.77 |
| Hex | BE | FA | 90 | 18 | 0 | 2A | 2 | 5E | 5B | 4D |
| Octal | 276 | 372 | 220 | 30 | 0 | 52 | 2 | 136 | 133 | 115 |
| Binary | 10111110 | 11111010 | 10010000 | 11000 | 0 | 101010 | 10 | 1011110 | 1011011 | 1001101 |
Color Harmonies of #BEFA90
Complementary color
Monochromatic Colors of #BEFA90
Black with #BEFA90
Text Example
Text Example
White with #BEFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA90; }
p { color: rgb(190,250,144); }
H1.HeaderClassName
{
color: #BEFA90;
}
.AnyTagClassName
{
color: #BEFA90;
}
</style>
background-color css
<style>
a { background-color: #BEFA90; }
a { background-color: rgb(190,250,144); }
div.DivClassName
{
background-color: #BEFA90;
}
.BgClassName
{
background-color: #BEFA90;
}
</style>
border-color css
<style>
span { border-color: #BEFA90; }
span { border-color: rgb(190,250,144); }
td.TdClassName
{
border-color: #BEFA90;
}
.TagClassName
{
border-color: #BEFA90;
}
</style>