Shades of Sulu #BFE681
Tints of Sulu #BFE681
RGB
CMYK
RGB Variations
Color information
#BFE681 (or 0xBFE681) is known color: Sulu. HEX triplet: BF, E6 and 81. RGB value is (191,230,129). Sum of RGB (Red+Green+Blue) = 191+230+129=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE681 is #40197E. Grayscale: #CFCFCF. Windows color (decimal): -4200831 or 8513215. OLE color: 8513215.
HSL color Cylindrical-coordinate representation of color #BFE681: hue angle of 83.17º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE681 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 129 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.10 |
| HSL | 83.17º | 0.67% | 0.7% | - |
| HSV(B) | 83.17º | 0.44% | 0.9% | - |
| XYZ | 53.75 | 69.25 | 31.3 | - |
| YUV | 206.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 129 | 0.17 | 0 | 0.44 | 0.10 | 83.17 | 0.67 | 0.7 |
| Hex | BF | E6 | 81 | 11 | 0 | 2C | A | 53 | 43 | 46 |
| Octal | 277 | 346 | 201 | 21 | 0 | 54 | 12 | 123 | 103 | 106 |
| Binary | 10111111 | 11100110 | 10000001 | 10001 | 0 | 101100 | 1010 | 1010011 | 1000011 | 1000110 |
Color Harmonies of #BFE681
Complementary color
Monochromatic Colors of #BFE681
Black with #BFE681
Text Example
Text Example
White with #BFE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE681; }
p { color: rgb(191,230,129); }
H1.HeaderClassName
{
color: #BFE681;
}
.AnyTagClassName
{
color: #BFE681;
}
</style>
background-color css
<style>
a { background-color: #BFE681; }
a { background-color: rgb(191,230,129); }
div.DivClassName
{
background-color: #BFE681;
}
.BgClassName
{
background-color: #BFE681;
}
</style>
border-color css
<style>
span { border-color: #BFE681; }
span { border-color: rgb(191,230,129); }
td.TdClassName
{
border-color: #BFE681;
}
.TagClassName
{
border-color: #BFE681;
}
</style>