Shades of Sulu #BFEE90
Tints of Sulu #BFEE90
RGB
CMYK
RGB Variations
Color information
#BFEE90 (or 0xBFEE90) is known color: Sulu. HEX triplet: BF, EE and 90. RGB value is (191,238,144). Sum of RGB (Red+Green+Blue) = 191+238+144=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE90 is #40116F. Grayscale: #D5D5D5. Windows color (decimal): -4198768 or 9498303. OLE color: 9498303.
HSL color Cylindrical-coordinate representation of color #BFEE90: hue angle of 90º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFEE90 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 238 | 144 | - |
CMYK | 0.20 | 0 | 0.39 | 0.07 |
HSL | 90º | 0.73% | 0.75% | - |
HSV(B) | 90º | 0.39% | 0.93% | - |
XYZ | 57.09 | 74.24 | 37.71 | - |
YUV | 213.23 | 88.93 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 238 | 144 | 0.20 | 0 | 0.39 | 0.07 | 90 | 0.73 | 0.75 |
Hex | BF | EE | 90 | 14 | 0 | 27 | 7 | 5A | 49 | 4B |
Octal | 277 | 356 | 220 | 24 | 0 | 47 | 7 | 132 | 111 | 113 |
Binary | 10111111 | 11101110 | 10010000 | 10100 | 0 | 100111 | 111 | 1011010 | 1001001 | 1001011 |
Color Harmonies of #BFEE90
Complementary color
Monochromatic Colors of #BFEE90
Black with #BFEE90
Text Example
Text Example
White with #BFEE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE90; }
p { color: rgb(191,238,144); }
H1.HeaderClassName
{
color: #BFEE90;
}
.AnyTagClassName
{
color: #BFEE90;
}
</style>
background-color css
<style>
a { background-color: #BFEE90; }
a { background-color: rgb(191,238,144); }
div.DivClassName
{
background-color: #BFEE90;
}
.BgClassName
{
background-color: #BFEE90;
}
</style>
border-color css
<style>
span { border-color: #BFEE90; }
span { border-color: rgb(191,238,144); }
td.TdClassName
{
border-color: #BFEE90;
}
.TagClassName
{
border-color: #BFEE90;
}
</style>