Shades of Sulu #BFE26B
Tints of Sulu #BFE26B
RGB
CMYK
RGB Variations
Color information
#BFE26B (or 0xBFE26B) is known color: Sulu. HEX triplet: BF, E2 and 6B. RGB value is (191,226,107). Sum of RGB (Red+Green+Blue) = 191+226+107=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE26B is #401D94. Grayscale: #CACACA. Windows color (decimal): -4201877 or 7070399. OLE color: 7070399.
HSL color Cylindrical-coordinate representation of color #BFE26B: hue angle of 77.65º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFE26B is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 107 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.11 |
| HSL | 77.65º | 0.67% | 0.65% | - |
| HSV(B) | 77.65º | 0.53% | 0.89% | - |
| XYZ | 51.34 | 66.53 | 24.05 | - |
| YUV | 201.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 107 | 0.15 | 0 | 0.53 | 0.11 | 77.65 | 0.67 | 0.65 |
| Hex | BF | E2 | 6B | F | 0 | 35 | B | 4E | 43 | 41 |
| Octal | 277 | 342 | 153 | 17 | 0 | 65 | 13 | 116 | 103 | 101 |
| Binary | 10111111 | 11100010 | 1101011 | 1111 | 0 | 110101 | 1011 | 1001110 | 1000011 | 1000001 |
Color Harmonies of #BFE26B
Complementary color
Monochromatic Colors of #BFE26B
Black with #BFE26B
Text Example
Text Example
White with #BFE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE26B; }
p { color: rgb(191,226,107); }
H1.HeaderClassName
{
color: #BFE26B;
}
.AnyTagClassName
{
color: #BFE26B;
}
</style>
background-color css
<style>
a { background-color: #BFE26B; }
a { background-color: rgb(191,226,107); }
div.DivClassName
{
background-color: #BFE26B;
}
.BgClassName
{
background-color: #BFE26B;
}
</style>
border-color css
<style>
span { border-color: #BFE26B; }
span { border-color: rgb(191,226,107); }
td.TdClassName
{
border-color: #BFE26B;
}
.TagClassName
{
border-color: #BFE26B;
}
</style>