Shades of Sulu #BFE172
Tints of Sulu #BFE172
RGB
CMYK
RGB Variations
Color information
#BFE172 (or 0xBFE172) is known color: Sulu. HEX triplet: BF, E1 and 72. RGB value is (191,225,114). Sum of RGB (Red+Green+Blue) = 191+225+114=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE172 is #401E8D. Grayscale: #CACACA. Windows color (decimal): -4202126 or 7528895. OLE color: 7528895.
HSL color Cylindrical-coordinate representation of color #BFE172: hue angle of 78.38º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE172 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 114 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.12 |
| HSL | 78.38º | 0.65% | 0.66% | - |
| HSV(B) | 78.38º | 0.49% | 0.88% | - |
| XYZ | 51.45 | 66.14 | 25.97 | - |
| YUV | 202.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 114 | 0.15 | 0 | 0.49 | 0.12 | 78.38 | 0.65 | 0.66 |
| Hex | BF | E1 | 72 | F | 0 | 31 | C | 4E | 41 | 42 |
| Octal | 277 | 341 | 162 | 17 | 0 | 61 | 14 | 116 | 101 | 102 |
| Binary | 10111111 | 11100001 | 1110010 | 1111 | 0 | 110001 | 1100 | 1001110 | 1000001 | 1000010 |
Color Harmonies of #BFE172
Complementary color
Monochromatic Colors of #BFE172
Black with #BFE172
Text Example
Text Example
White with #BFE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE172; }
p { color: rgb(191,225,114); }
H1.HeaderClassName
{
color: #BFE172;
}
.AnyTagClassName
{
color: #BFE172;
}
</style>
background-color css
<style>
a { background-color: #BFE172; }
a { background-color: rgb(191,225,114); }
div.DivClassName
{
background-color: #BFE172;
}
.BgClassName
{
background-color: #BFE172;
}
</style>
border-color css
<style>
span { border-color: #BFE172; }
span { border-color: rgb(191,225,114); }
td.TdClassName
{
border-color: #BFE172;
}
.TagClassName
{
border-color: #BFE172;
}
</style>