Shades of Sulu #BFE376
Tints of Sulu #BFE376
RGB
CMYK
RGB Variations
Color information
#BFE376 (or 0xBFE376) is known color: Sulu. HEX triplet: BF, E3 and 76. RGB value is (191,227,118). Sum of RGB (Red+Green+Blue) = 191+227+118=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE376 is #401C89. Grayscale: #CCCCCC. Windows color (decimal): -4201610 or 7791551. OLE color: 7791551.
HSL color Cylindrical-coordinate representation of color #BFE376: hue angle of 79.82º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE376 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 118 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.11 |
| HSL | 79.82º | 0.66% | 0.68% | - |
| HSV(B) | 79.82º | 0.48% | 0.89% | - |
| XYZ | 52.22 | 67.32 | 27.38 | - |
| YUV | 203.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 118 | 0.16 | 0 | 0.48 | 0.11 | 79.82 | 0.66 | 0.68 |
| Hex | BF | E3 | 76 | 10 | 0 | 30 | B | 50 | 42 | 44 |
| Octal | 277 | 343 | 166 | 20 | 0 | 60 | 13 | 120 | 102 | 104 |
| Binary | 10111111 | 11100011 | 1110110 | 10000 | 0 | 110000 | 1011 | 1010000 | 1000010 | 1000100 |
Color Harmonies of #BFE376
Complementary color
Monochromatic Colors of #BFE376
Black with #BFE376
Text Example
Text Example
White with #BFE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE376; }
p { color: rgb(191,227,118); }
H1.HeaderClassName
{
color: #BFE376;
}
.AnyTagClassName
{
color: #BFE376;
}
</style>
background-color css
<style>
a { background-color: #BFE376; }
a { background-color: rgb(191,227,118); }
div.DivClassName
{
background-color: #BFE376;
}
.BgClassName
{
background-color: #BFE376;
}
</style>
border-color css
<style>
span { border-color: #BFE376; }
span { border-color: rgb(191,227,118); }
td.TdClassName
{
border-color: #BFE376;
}
.TagClassName
{
border-color: #BFE376;
}
</style>