Shades of Sulu #BFF76E
Tints of Sulu #BFF76E
RGB
CMYK
RGB Variations
Color information
#BFF76E (or 0xBFF76E) is known color: Sulu. HEX triplet: BF, F7 and 6E. RGB value is (191,247,110). Sum of RGB (Red+Green+Blue) = 191+247+110=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF76E is #400891. Grayscale: #D7D7D7. Windows color (decimal): -4196498 or 7272383. OLE color: 7272383.
HSL color Cylindrical-coordinate representation of color #BFF76E: hue angle of 84.53º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFF76E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 110 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.03 |
| HSL | 84.53º | 0.9% | 0.7% | - |
| HSV(B) | 84.53º | 0.55% | 0.97% | - |
| XYZ | 57.56 | 78.72 | 26.91 | - |
| YUV | 214.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 110 | 0.23 | 0 | 0.55 | 0.03 | 84.53 | 0.9 | 0.7 |
| Hex | BF | F7 | 6E | 17 | 0 | 37 | 3 | 55 | 5A | 46 |
| Octal | 277 | 367 | 156 | 27 | 0 | 67 | 3 | 125 | 132 | 106 |
| Binary | 10111111 | 11110111 | 1101110 | 10111 | 0 | 110111 | 11 | 1010101 | 1011010 | 1000110 |
Color Harmonies of #BFF76E
Complementary color
Monochromatic Colors of #BFF76E
Black with #BFF76E
Text Example
Text Example
White with #BFF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF76E; }
p { color: rgb(191,247,110); }
H1.HeaderClassName
{
color: #BFF76E;
}
.AnyTagClassName
{
color: #BFF76E;
}
</style>
background-color css
<style>
a { background-color: #BFF76E; }
a { background-color: rgb(191,247,110); }
div.DivClassName
{
background-color: #BFF76E;
}
.BgClassName
{
background-color: #BFF76E;
}
</style>
border-color css
<style>
span { border-color: #BFF76E; }
span { border-color: rgb(191,247,110); }
td.TdClassName
{
border-color: #BFF76E;
}
.TagClassName
{
border-color: #BFF76E;
}
</style>