Shades of Sulu #BFE269
Tints of Sulu #BFE269
RGB
CMYK
RGB Variations
Color information
#BFE269 (or 0xBFE269) is known color: Sulu. HEX triplet: BF, E2 and 69. RGB value is (191,226,105). Sum of RGB (Red+Green+Blue) = 191+226+105=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE269 is #401D96. Grayscale: #CACACA. Windows color (decimal): -4201879 or 6939327. OLE color: 6939327.
HSL color Cylindrical-coordinate representation of color #BFE269: hue angle of 77.36º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFE269 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 105 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.11 |
| HSL | 77.36º | 0.68% | 0.65% | - |
| HSV(B) | 77.36º | 0.54% | 0.89% | - |
| XYZ | 51.23 | 66.49 | 23.5 | - |
| YUV | 201.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 105 | 0.15 | 0 | 0.54 | 0.11 | 77.36 | 0.68 | 0.65 |
| Hex | BF | E2 | 69 | F | 0 | 36 | B | 4D | 44 | 41 |
| Octal | 277 | 342 | 151 | 17 | 0 | 66 | 13 | 115 | 104 | 101 |
| Binary | 10111111 | 11100010 | 1101001 | 1111 | 0 | 110110 | 1011 | 1001101 | 1000100 | 1000001 |
Color Harmonies of #BFE269
Complementary color
Monochromatic Colors of #BFE269
Black with #BFE269
Text Example
Text Example
White with #BFE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE269; }
p { color: rgb(191,226,105); }
H1.HeaderClassName
{
color: #BFE269;
}
.AnyTagClassName
{
color: #BFE269;
}
</style>
background-color css
<style>
a { background-color: #BFE269; }
a { background-color: rgb(191,226,105); }
div.DivClassName
{
background-color: #BFE269;
}
.BgClassName
{
background-color: #BFE269;
}
</style>
border-color css
<style>
span { border-color: #BFE269; }
span { border-color: rgb(191,226,105); }
td.TdClassName
{
border-color: #BFE269;
}
.TagClassName
{
border-color: #BFE269;
}
</style>