Shades of Sulu #BFE371
Tints of Sulu #BFE371
RGB
CMYK
RGB Variations
Color information
#BFE371 (or 0xBFE371) is known color: Sulu. HEX triplet: BF, E3 and 71. RGB value is (191,227,113). Sum of RGB (Red+Green+Blue) = 191+227+113=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE371 is #401C8E. Grayscale: #CBCBCB. Windows color (decimal): -4201615 or 7463871. OLE color: 7463871.
HSL color Cylindrical-coordinate representation of color #BFE371: hue angle of 78.95º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE371 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 113 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.11 |
| HSL | 78.95º | 0.67% | 0.67% | - |
| HSV(B) | 78.95º | 0.5% | 0.89% | - |
| XYZ | 51.94 | 67.21 | 25.86 | - |
| YUV | 203.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 113 | 0.16 | 0 | 0.50 | 0.11 | 78.95 | 0.67 | 0.67 |
| Hex | BF | E3 | 71 | 10 | 0 | 32 | B | 4F | 43 | 43 |
| Octal | 277 | 343 | 161 | 20 | 0 | 62 | 13 | 117 | 103 | 103 |
| Binary | 10111111 | 11100011 | 1110001 | 10000 | 0 | 110010 | 1011 | 1001111 | 1000011 | 1000011 |
Color Harmonies of #BFE371
Complementary color
Monochromatic Colors of #BFE371
Black with #BFE371
Text Example
Text Example
White with #BFE371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE371; }
p { color: rgb(191,227,113); }
H1.HeaderClassName
{
color: #BFE371;
}
.AnyTagClassName
{
color: #BFE371;
}
</style>
background-color css
<style>
a { background-color: #BFE371; }
a { background-color: rgb(191,227,113); }
div.DivClassName
{
background-color: #BFE371;
}
.BgClassName
{
background-color: #BFE371;
}
</style>
border-color css
<style>
span { border-color: #BFE371; }
span { border-color: rgb(191,227,113); }
td.TdClassName
{
border-color: #BFE371;
}
.TagClassName
{
border-color: #BFE371;
}
</style>