Shades of Sulu #BFE770
Tints of Sulu #BFE770
RGB
CMYK
RGB Variations
Color information
#BFE770 (or 0xBFE770) is known color: Sulu. HEX triplet: BF, E7 and 70. RGB value is (191,231,112). Sum of RGB (Red+Green+Blue) = 191+231+112=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE770 is #40188F. Grayscale: #CDCDCD. Windows color (decimal): -4200592 or 7399359. OLE color: 7399359.
HSL color Cylindrical-coordinate representation of color #BFE770: hue angle of 80.17º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE770 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 112 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.09 |
| HSL | 80.17º | 0.71% | 0.67% | - |
| HSV(B) | 80.17º | 0.52% | 0.91% | - |
| XYZ | 52.99 | 69.4 | 25.93 | - |
| YUV | 205.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 112 | 0.17 | 0 | 0.52 | 0.09 | 80.17 | 0.71 | 0.67 |
| Hex | BF | E7 | 70 | 11 | 0 | 34 | 9 | 50 | 47 | 43 |
| Octal | 277 | 347 | 160 | 21 | 0 | 64 | 11 | 120 | 107 | 103 |
| Binary | 10111111 | 11100111 | 1110000 | 10001 | 0 | 110100 | 1001 | 1010000 | 1000111 | 1000011 |
Color Harmonies of #BFE770
Complementary color
Monochromatic Colors of #BFE770
Black with #BFE770
Text Example
Text Example
White with #BFE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE770; }
p { color: rgb(191,231,112); }
H1.HeaderClassName
{
color: #BFE770;
}
.AnyTagClassName
{
color: #BFE770;
}
</style>
background-color css
<style>
a { background-color: #BFE770; }
a { background-color: rgb(191,231,112); }
div.DivClassName
{
background-color: #BFE770;
}
.BgClassName
{
background-color: #BFE770;
}
</style>
border-color css
<style>
span { border-color: #BFE770; }
span { border-color: rgb(191,231,112); }
td.TdClassName
{
border-color: #BFE770;
}
.TagClassName
{
border-color: #BFE770;
}
</style>