Shades of Sulu #BFE76E
Tints of Sulu #BFE76E
RGB
CMYK
RGB Variations
Color information
#BFE76E (or 0xBFE76E) is known color: Sulu. HEX triplet: BF, E7 and 6E. RGB value is (191,231,110). Sum of RGB (Red+Green+Blue) = 191+231+110=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE76E is #401891. Grayscale: #CDCDCD. Windows color (decimal): -4200594 or 7268287. OLE color: 7268287.
HSL color Cylindrical-coordinate representation of color #BFE76E: hue angle of 79.83º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE76E is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 110 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.09 |
| HSL | 79.83º | 0.72% | 0.67% | - |
| HSV(B) | 79.83º | 0.52% | 0.91% | - |
| XYZ | 52.88 | 69.35 | 25.35 | - |
| YUV | 205.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 110 | 0.17 | 0 | 0.52 | 0.09 | 79.83 | 0.72 | 0.67 |
| Hex | BF | E7 | 6E | 11 | 0 | 34 | 9 | 50 | 48 | 43 |
| Octal | 277 | 347 | 156 | 21 | 0 | 64 | 11 | 120 | 110 | 103 |
| Binary | 10111111 | 11100111 | 1101110 | 10001 | 0 | 110100 | 1001 | 1010000 | 1001000 | 1000011 |
Color Harmonies of #BFE76E
Complementary color
Monochromatic Colors of #BFE76E
Black with #BFE76E
Text Example
Text Example
White with #BFE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE76E; }
p { color: rgb(191,231,110); }
H1.HeaderClassName
{
color: #BFE76E;
}
.AnyTagClassName
{
color: #BFE76E;
}
</style>
background-color css
<style>
a { background-color: #BFE76E; }
a { background-color: rgb(191,231,110); }
div.DivClassName
{
background-color: #BFE76E;
}
.BgClassName
{
background-color: #BFE76E;
}
</style>
border-color css
<style>
span { border-color: #BFE76E; }
span { border-color: rgb(191,231,110); }
td.TdClassName
{
border-color: #BFE76E;
}
.TagClassName
{
border-color: #BFE76E;
}
</style>