Shades of Sulu #BFE873
Tints of Sulu #BFE873
RGB
CMYK
RGB Variations
Color information
#BFE873 (or 0xBFE873) is known color: Sulu. HEX triplet: BF, E8 and 73. RGB value is (191,232,115). Sum of RGB (Red+Green+Blue) = 191+232+115=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE873 is #40178C. Grayscale: #CECECE. Windows color (decimal): -4200333 or 7596223. OLE color: 7596223.
HSL color Cylindrical-coordinate representation of color #BFE873: hue angle of 81.03º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE873 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 115 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.09 |
| HSL | 81.03º | 0.72% | 0.68% | - |
| HSV(B) | 81.03º | 0.5% | 0.91% | - |
| XYZ | 53.44 | 70.03 | 26.92 | - |
| YUV | 206.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 115 | 0.18 | 0 | 0.50 | 0.09 | 81.03 | 0.72 | 0.68 |
| Hex | BF | E8 | 73 | 12 | 0 | 32 | 9 | 51 | 48 | 44 |
| Octal | 277 | 350 | 163 | 22 | 0 | 62 | 11 | 121 | 110 | 104 |
| Binary | 10111111 | 11101000 | 1110011 | 10010 | 0 | 110010 | 1001 | 1010001 | 1001000 | 1000100 |
Color Harmonies of #BFE873
Complementary color
Monochromatic Colors of #BFE873
Black with #BFE873
Text Example
Text Example
White with #BFE873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE873; }
p { color: rgb(191,232,115); }
H1.HeaderClassName
{
color: #BFE873;
}
.AnyTagClassName
{
color: #BFE873;
}
</style>
background-color css
<style>
a { background-color: #BFE873; }
a { background-color: rgb(191,232,115); }
div.DivClassName
{
background-color: #BFE873;
}
.BgClassName
{
background-color: #BFE873;
}
</style>
border-color css
<style>
span { border-color: #BFE873; }
span { border-color: rgb(191,232,115); }
td.TdClassName
{
border-color: #BFE873;
}
.TagClassName
{
border-color: #BFE873;
}
</style>