Shades of Sulu #BFE077
Tints of Sulu #BFE077
RGB
CMYK
RGB Variations
Color information
#BFE077 (or 0xBFE077) is known color: Sulu. HEX triplet: BF, E0 and 77. RGB value is (191,224,119). Sum of RGB (Red+Green+Blue) = 191+224+119=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE077 is #401F88. Grayscale: #CACACA. Windows color (decimal): -4202377 or 7856319. OLE color: 7856319.
HSL color Cylindrical-coordinate representation of color #BFE077: hue angle of 78.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFE077 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 119 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.12 |
| HSL | 78.86º | 0.63% | 0.67% | - |
| HSV(B) | 78.86º | 0.47% | 0.88% | - |
| XYZ | 51.47 | 65.72 | 27.43 | - |
| YUV | 202.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 119 | 0.15 | 0 | 0.47 | 0.12 | 78.86 | 0.63 | 0.67 |
| Hex | BF | E0 | 77 | F | 0 | 2F | C | 4F | 3F | 43 |
| Octal | 277 | 340 | 167 | 17 | 0 | 57 | 14 | 117 | 77 | 103 |
| Binary | 10111111 | 11100000 | 1110111 | 1111 | 0 | 101111 | 1100 | 1001111 | 111111 | 1000011 |
Color Harmonies of #BFE077
Complementary color
Monochromatic Colors of #BFE077
Black with #BFE077
Text Example
Text Example
White with #BFE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE077; }
p { color: rgb(191,224,119); }
H1.HeaderClassName
{
color: #BFE077;
}
.AnyTagClassName
{
color: #BFE077;
}
</style>
background-color css
<style>
a { background-color: #BFE077; }
a { background-color: rgb(191,224,119); }
div.DivClassName
{
background-color: #BFE077;
}
.BgClassName
{
background-color: #BFE077;
}
</style>
border-color css
<style>
span { border-color: #BFE077; }
span { border-color: rgb(191,224,119); }
td.TdClassName
{
border-color: #BFE077;
}
.TagClassName
{
border-color: #BFE077;
}
</style>