Shades of Sulu #BFEF8A
Tints of Sulu #BFEF8A
RGB
CMYK
RGB Variations
Color information
#BFEF8A (or 0xBFEF8A) is known color: Sulu. HEX triplet: BF, EF and 8A. RGB value is (191,239,138). Sum of RGB (Red+Green+Blue) = 191+239+138=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEF8A is #401075. Grayscale: #D5D5D5. Windows color (decimal): -4198518 or 9105343. OLE color: 9105343.
HSL color Cylindrical-coordinate representation of color #BFEF8A: hue angle of 88.51º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFEF8A is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 138 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.06 |
| HSL | 88.51º | 0.76% | 0.74% | - |
| HSV(B) | 88.51º | 0.42% | 0.94% | - |
| XYZ | 56.94 | 74.64 | 35.45 | - |
| YUV | 213.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 138 | 0.20 | 0 | 0.42 | 0.06 | 88.51 | 0.76 | 0.74 |
| Hex | BF | EF | 8A | 14 | 0 | 2A | 6 | 59 | 4C | 4A |
| Octal | 277 | 357 | 212 | 24 | 0 | 52 | 6 | 131 | 114 | 112 |
| Binary | 10111111 | 11101111 | 10001010 | 10100 | 0 | 101010 | 110 | 1011001 | 1001100 | 1001010 |
Color Harmonies of #BFEF8A
Complementary color
Monochromatic Colors of #BFEF8A
Black with #BFEF8A
Text Example
Text Example
White with #BFEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF8A; }
p { color: rgb(191,239,138); }
H1.HeaderClassName
{
color: #BFEF8A;
}
.AnyTagClassName
{
color: #BFEF8A;
}
</style>
background-color css
<style>
a { background-color: #BFEF8A; }
a { background-color: rgb(191,239,138); }
div.DivClassName
{
background-color: #BFEF8A;
}
.BgClassName
{
background-color: #BFEF8A;
}
</style>
border-color css
<style>
span { border-color: #BFEF8A; }
span { border-color: rgb(191,239,138); }
td.TdClassName
{
border-color: #BFEF8A;
}
.TagClassName
{
border-color: #BFEF8A;
}
</style>