Shades of Sulu #BFE181
Tints of Sulu #BFE181
RGB
CMYK
RGB Variations
Color information
#BFE181 (or 0xBFE181) is known color: Sulu. HEX triplet: BF, E1 and 81. RGB value is (191,225,129). Sum of RGB (Red+Green+Blue) = 191+225+129=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE181 is #401E7E. Grayscale: #CCCCCC. Windows color (decimal): -4202111 or 8511935. OLE color: 8511935.
HSL color Cylindrical-coordinate representation of color #BFE181: hue angle of 81.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE181 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 129 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.12 |
| HSL | 81.25º | 0.62% | 0.69% | - |
| HSV(B) | 81.25º | 0.43% | 0.88% | - |
| XYZ | 52.37 | 66.51 | 30.85 | - |
| YUV | 203.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 129 | 0.15 | 0 | 0.43 | 0.12 | 81.25 | 0.62 | 0.69 |
| Hex | BF | E1 | 81 | F | 0 | 2B | C | 51 | 3E | 45 |
| Octal | 277 | 341 | 201 | 17 | 0 | 53 | 14 | 121 | 76 | 105 |
| Binary | 10111111 | 11100001 | 10000001 | 1111 | 0 | 101011 | 1100 | 1010001 | 111110 | 1000101 |
Color Harmonies of #BFE181
Complementary color
Monochromatic Colors of #BFE181
Black with #BFE181
Text Example
Text Example
White with #BFE181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE181; }
p { color: rgb(191,225,129); }
H1.HeaderClassName
{
color: #BFE181;
}
.AnyTagClassName
{
color: #BFE181;
}
</style>
background-color css
<style>
a { background-color: #BFE181; }
a { background-color: rgb(191,225,129); }
div.DivClassName
{
background-color: #BFE181;
}
.BgClassName
{
background-color: #BFE181;
}
</style>
border-color css
<style>
span { border-color: #BFE181; }
span { border-color: rgb(191,225,129); }
td.TdClassName
{
border-color: #BFE181;
}
.TagClassName
{
border-color: #BFE181;
}
</style>