Shades of Sulu #BFEB72
Tints of Sulu #BFEB72
RGB
CMYK
RGB Variations
Color information
#BFEB72 (or 0xBFEB72) is known color: Sulu. HEX triplet: BF, EB and 72. RGB value is (191,235,114). Sum of RGB (Red+Green+Blue) = 191+235+114=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB72 is #40148D. Grayscale: #D0D0D0. Windows color (decimal): -4199566 or 7531455. OLE color: 7531455.
HSL color Cylindrical-coordinate representation of color #BFEB72: hue angle of 81.82º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFEB72 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 114 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.08 |
| HSL | 81.82º | 0.75% | 0.68% | - |
| HSV(B) | 81.82º | 0.51% | 0.92% | - |
| XYZ | 54.23 | 71.71 | 26.9 | - |
| YUV | 208.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 114 | 0.19 | 0 | 0.51 | 0.08 | 81.82 | 0.75 | 0.68 |
| Hex | BF | EB | 72 | 13 | 0 | 33 | 8 | 52 | 4B | 44 |
| Octal | 277 | 353 | 162 | 23 | 0 | 63 | 10 | 122 | 113 | 104 |
| Binary | 10111111 | 11101011 | 1110010 | 10011 | 0 | 110011 | 1000 | 1010010 | 1001011 | 1000100 |
Color Harmonies of #BFEB72
Complementary color
Monochromatic Colors of #BFEB72
Black with #BFEB72
Text Example
Text Example
White with #BFEB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB72; }
p { color: rgb(191,235,114); }
H1.HeaderClassName
{
color: #BFEB72;
}
.AnyTagClassName
{
color: #BFEB72;
}
</style>
background-color css
<style>
a { background-color: #BFEB72; }
a { background-color: rgb(191,235,114); }
div.DivClassName
{
background-color: #BFEB72;
}
.BgClassName
{
background-color: #BFEB72;
}
</style>
border-color css
<style>
span { border-color: #BFEB72; }
span { border-color: rgb(191,235,114); }
td.TdClassName
{
border-color: #BFEB72;
}
.TagClassName
{
border-color: #BFEB72;
}
</style>