Shades of Sulu #BFEA8A
Tints of Sulu #BFEA8A
RGB
CMYK
RGB Variations
Color information
#BFEA8A (or 0xBFEA8A) is known color: Sulu. HEX triplet: BF, EA and 8A. RGB value is (191,234,138). Sum of RGB (Red+Green+Blue) = 191+234+138=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEA8A is #401575. Grayscale: #D2D2D2. Windows color (decimal): -4199798 or 9104063. OLE color: 9104063.
HSL color Cylindrical-coordinate representation of color #BFEA8A: hue angle of 86.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFEA8A is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 138 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.08 |
| HSL | 86.88º | 0.7% | 0.73% | - |
| HSV(B) | 86.88º | 0.41% | 0.92% | - |
| XYZ | 55.5 | 71.76 | 34.97 | - |
| YUV | 210.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 138 | 0.18 | 0 | 0.41 | 0.08 | 86.88 | 0.7 | 0.73 |
| Hex | BF | EA | 8A | 12 | 0 | 29 | 8 | 57 | 46 | 49 |
| Octal | 277 | 352 | 212 | 22 | 0 | 51 | 10 | 127 | 106 | 111 |
| Binary | 10111111 | 11101010 | 10001010 | 10010 | 0 | 101001 | 1000 | 1010111 | 1000110 | 1001001 |
Color Harmonies of #BFEA8A
Complementary color
Monochromatic Colors of #BFEA8A
Black with #BFEA8A
Text Example
Text Example
White with #BFEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA8A; }
p { color: rgb(191,234,138); }
H1.HeaderClassName
{
color: #BFEA8A;
}
.AnyTagClassName
{
color: #BFEA8A;
}
</style>
background-color css
<style>
a { background-color: #BFEA8A; }
a { background-color: rgb(191,234,138); }
div.DivClassName
{
background-color: #BFEA8A;
}
.BgClassName
{
background-color: #BFEA8A;
}
</style>
border-color css
<style>
span { border-color: #BFEA8A; }
span { border-color: rgb(191,234,138); }
td.TdClassName
{
border-color: #BFEA8A;
}
.TagClassName
{
border-color: #BFEA8A;
}
</style>