Shades of Sulu #BFE669
Tints of Sulu #BFE669
RGB
CMYK
RGB Variations
Color information
#BFE669 (or 0xBFE669) is known color: Sulu. HEX triplet: BF, E6 and 69. RGB value is (191,230,105). Sum of RGB (Red+Green+Blue) = 191+230+105=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE669 is #401996. Grayscale: #CCCCCC. Windows color (decimal): -4200855 or 6940351. OLE color: 6940351.
HSL color Cylindrical-coordinate representation of color #BFE669: hue angle of 78.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFE669 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 105 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.10 |
| HSL | 78.72º | 0.71% | 0.66% | - |
| HSV(B) | 78.72º | 0.54% | 0.9% | - |
| XYZ | 52.33 | 68.69 | 23.86 | - |
| YUV | 204.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 105 | 0.17 | 0 | 0.54 | 0.10 | 78.72 | 0.71 | 0.66 |
| Hex | BF | E6 | 69 | 11 | 0 | 36 | A | 4F | 47 | 42 |
| Octal | 277 | 346 | 151 | 21 | 0 | 66 | 12 | 117 | 107 | 102 |
| Binary | 10111111 | 11100110 | 1101001 | 10001 | 0 | 110110 | 1010 | 1001111 | 1000111 | 1000010 |
Color Harmonies of #BFE669
Complementary color
Monochromatic Colors of #BFE669
Black with #BFE669
Text Example
Text Example
White with #BFE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE669; }
p { color: rgb(191,230,105); }
H1.HeaderClassName
{
color: #BFE669;
}
.AnyTagClassName
{
color: #BFE669;
}
</style>
background-color css
<style>
a { background-color: #BFE669; }
a { background-color: rgb(191,230,105); }
div.DivClassName
{
background-color: #BFE669;
}
.BgClassName
{
background-color: #BFE669;
}
</style>
border-color css
<style>
span { border-color: #BFE669; }
span { border-color: rgb(191,230,105); }
td.TdClassName
{
border-color: #BFE669;
}
.TagClassName
{
border-color: #BFE669;
}
</style>