Shades of Sulu #BFFA90
Tints of Sulu #BFFA90
RGB
CMYK
RGB Variations
Color information
#BFFA90 (or 0xBFFA90) is known color: Sulu. HEX triplet: BF, FA and 90. RGB value is (191,250,144). Sum of RGB (Red+Green+Blue) = 191+250+144=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA90 is #40056F. Grayscale: #DCDCDC. Windows color (decimal): -4195696 or 9501375. OLE color: 9501375.
HSL color Cylindrical-coordinate representation of color #BFFA90: hue angle of 93.4º 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 #BFFA90 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 144 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.02 |
| HSL | 93.4º | 0.91% | 0.77% | - |
| HSV(B) | 93.4º | 0.42% | 0.98% | - |
| XYZ | 60.71 | 81.46 | 38.91 | - |
| YUV | 220.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 144 | 0.24 | 0 | 0.42 | 0.02 | 93.4 | 0.91 | 0.77 |
| Hex | BF | FA | 90 | 18 | 0 | 2A | 2 | 5D | 5B | 4D |
| Octal | 277 | 372 | 220 | 30 | 0 | 52 | 2 | 135 | 133 | 115 |
| Binary | 10111111 | 11111010 | 10010000 | 11000 | 0 | 101010 | 10 | 1011101 | 1011011 | 1001101 |
Color Harmonies of #BFFA90
Complementary color
Monochromatic Colors of #BFFA90
Black with #BFFA90
Text Example
Text Example
White with #BFFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA90; }
p { color: rgb(191,250,144); }
H1.HeaderClassName
{
color: #BFFA90;
}
.AnyTagClassName
{
color: #BFFA90;
}
</style>
background-color css
<style>
a { background-color: #BFFA90; }
a { background-color: rgb(191,250,144); }
div.DivClassName
{
background-color: #BFFA90;
}
.BgClassName
{
background-color: #BFFA90;
}
</style>
border-color css
<style>
span { border-color: #BFFA90; }
span { border-color: rgb(191,250,144); }
td.TdClassName
{
border-color: #BFFA90;
}
.TagClassName
{
border-color: #BFFA90;
}
</style>