Shades of Sulu #BFEB74
Tints of Sulu #BFEB74
RGB
CMYK
RGB Variations
Color information
#BFEB74 (or 0xBFEB74) is known color: Sulu. HEX triplet: BF, EB and 74. RGB value is (191,235,116). Sum of RGB (Red+Green+Blue) = 191+235+116=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB74 is #40148B. Grayscale: #D0D0D0. Windows color (decimal): -4199564 or 7662527. OLE color: 7662527.
HSL color Cylindrical-coordinate representation of color #BFEB74: hue angle of 82.18º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFEB74 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 116 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.08 |
| HSL | 82.18º | 0.75% | 0.69% | - |
| HSV(B) | 82.18º | 0.51% | 0.92% | - |
| XYZ | 54.35 | 71.75 | 27.51 | - |
| YUV | 208.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 116 | 0.19 | 0 | 0.51 | 0.08 | 82.18 | 0.75 | 0.69 |
| Hex | BF | EB | 74 | 13 | 0 | 33 | 8 | 52 | 4B | 45 |
| Octal | 277 | 353 | 164 | 23 | 0 | 63 | 10 | 122 | 113 | 105 |
| Binary | 10111111 | 11101011 | 1110100 | 10011 | 0 | 110011 | 1000 | 1010010 | 1001011 | 1000101 |
Color Harmonies of #BFEB74
Complementary color
Monochromatic Colors of #BFEB74
Black with #BFEB74
Text Example
Text Example
White with #BFEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB74; }
p { color: rgb(191,235,116); }
H1.HeaderClassName
{
color: #BFEB74;
}
.AnyTagClassName
{
color: #BFEB74;
}
</style>
background-color css
<style>
a { background-color: #BFEB74; }
a { background-color: rgb(191,235,116); }
div.DivClassName
{
background-color: #BFEB74;
}
.BgClassName
{
background-color: #BFEB74;
}
</style>
border-color css
<style>
span { border-color: #BFEB74; }
span { border-color: rgb(191,235,116); }
td.TdClassName
{
border-color: #BFEB74;
}
.TagClassName
{
border-color: #BFEB74;
}
</style>