Shades of Sulu #BFE173
Tints of Sulu #BFE173
RGB
CMYK
RGB Variations
Color information
#BFE173 (or 0xBFE173) is known color: Sulu. HEX triplet: BF, E1 and 73. RGB value is (191,225,115). Sum of RGB (Red+Green+Blue) = 191+225+115=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE173 is #401E8C. Grayscale: #CACACA. Windows color (decimal): -4202125 or 7594431. OLE color: 7594431.
HSL color Cylindrical-coordinate representation of color #BFE173: hue angle of 78.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE173 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 115 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.12 |
| HSL | 78.55º | 0.65% | 0.67% | - |
| HSV(B) | 78.55º | 0.49% | 0.88% | - |
| XYZ | 51.51 | 66.16 | 26.28 | - |
| YUV | 202.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 115 | 0.15 | 0 | 0.49 | 0.12 | 78.55 | 0.65 | 0.67 |
| Hex | BF | E1 | 73 | F | 0 | 31 | C | 4F | 41 | 43 |
| Octal | 277 | 341 | 163 | 17 | 0 | 61 | 14 | 117 | 101 | 103 |
| Binary | 10111111 | 11100001 | 1110011 | 1111 | 0 | 110001 | 1100 | 1001111 | 1000001 | 1000011 |
Color Harmonies of #BFE173
Complementary color
Monochromatic Colors of #BFE173
Black with #BFE173
Text Example
Text Example
White with #BFE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE173; }
p { color: rgb(191,225,115); }
H1.HeaderClassName
{
color: #BFE173;
}
.AnyTagClassName
{
color: #BFE173;
}
</style>
background-color css
<style>
a { background-color: #BFE173; }
a { background-color: rgb(191,225,115); }
div.DivClassName
{
background-color: #BFE173;
}
.BgClassName
{
background-color: #BFE173;
}
</style>
border-color css
<style>
span { border-color: #BFE173; }
span { border-color: rgb(191,225,115); }
td.TdClassName
{
border-color: #BFE173;
}
.TagClassName
{
border-color: #BFE173;
}
</style>