Shades of Sulu #BFED76
Tints of Sulu #BFED76
RGB
CMYK
RGB Variations
Color information
#BFED76 (or 0xBFED76) is known color: Sulu. HEX triplet: BF, ED and 76. RGB value is (191,237,118). Sum of RGB (Red+Green+Blue) = 191+237+118=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED76 is #401289. Grayscale: #D2D2D2. Windows color (decimal): -4199050 or 7794111. OLE color: 7794111.
HSL color Cylindrical-coordinate representation of color #BFED76: hue angle of 83.19º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFED76 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 118 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.07 |
| HSL | 83.19º | 0.77% | 0.7% | - |
| HSV(B) | 83.19º | 0.5% | 0.93% | - |
| XYZ | 55.04 | 72.95 | 28.32 | - |
| YUV | 209.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 118 | 0.19 | 0 | 0.50 | 0.07 | 83.19 | 0.77 | 0.7 |
| Hex | BF | ED | 76 | 13 | 0 | 32 | 7 | 53 | 4D | 46 |
| Octal | 277 | 355 | 166 | 23 | 0 | 62 | 7 | 123 | 115 | 106 |
| Binary | 10111111 | 11101101 | 1110110 | 10011 | 0 | 110010 | 111 | 1010011 | 1001101 | 1000110 |
Color Harmonies of #BFED76
Complementary color
Monochromatic Colors of #BFED76
Black with #BFED76
Text Example
Text Example
White with #BFED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED76; }
p { color: rgb(191,237,118); }
H1.HeaderClassName
{
color: #BFED76;
}
.AnyTagClassName
{
color: #BFED76;
}
</style>
background-color css
<style>
a { background-color: #BFED76; }
a { background-color: rgb(191,237,118); }
div.DivClassName
{
background-color: #BFED76;
}
.BgClassName
{
background-color: #BFED76;
}
</style>
border-color css
<style>
span { border-color: #BFED76; }
span { border-color: rgb(191,237,118); }
td.TdClassName
{
border-color: #BFED76;
}
.TagClassName
{
border-color: #BFED76;
}
</style>