Shades of Sulu #BFE076
Tints of Sulu #BFE076
RGB
CMYK
RGB Variations
Color information
#BFE076 (or 0xBFE076) is known color: Sulu. HEX triplet: BF, E0 and 76. RGB value is (191,224,118). Sum of RGB (Red+Green+Blue) = 191+224+118=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE076 is #401F89. Grayscale: #CACACA. Windows color (decimal): -4202378 or 7790783. OLE color: 7790783.
HSL color Cylindrical-coordinate representation of color #BFE076: hue angle of 78.68º 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 #BFE076 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 118 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.12 |
| HSL | 78.68º | 0.63% | 0.67% | - |
| HSV(B) | 78.68º | 0.47% | 0.88% | - |
| XYZ | 51.41 | 65.7 | 27.11 | - |
| YUV | 202.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 118 | 0.15 | 0 | 0.47 | 0.12 | 78.68 | 0.63 | 0.67 |
| Hex | BF | E0 | 76 | F | 0 | 2F | C | 4F | 3F | 43 |
| Octal | 277 | 340 | 166 | 17 | 0 | 57 | 14 | 117 | 77 | 103 |
| Binary | 10111111 | 11100000 | 1110110 | 1111 | 0 | 101111 | 1100 | 1001111 | 111111 | 1000011 |
Color Harmonies of #BFE076
Complementary color
Monochromatic Colors of #BFE076
Black with #BFE076
Text Example
Text Example
White with #BFE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE076; }
p { color: rgb(191,224,118); }
H1.HeaderClassName
{
color: #BFE076;
}
.AnyTagClassName
{
color: #BFE076;
}
</style>
background-color css
<style>
a { background-color: #BFE076; }
a { background-color: rgb(191,224,118); }
div.DivClassName
{
background-color: #BFE076;
}
.BgClassName
{
background-color: #BFE076;
}
</style>
border-color css
<style>
span { border-color: #BFE076; }
span { border-color: rgb(191,224,118); }
td.TdClassName
{
border-color: #BFE076;
}
.TagClassName
{
border-color: #BFE076;
}
</style>