Shades of Sulu #BFFE8A
Tints of Sulu #BFFE8A
RGB
CMYK
RGB Variations
Color information
#BFFE8A (or 0xBFFE8A) is known color: Sulu. HEX triplet: BF, FE and 8A. RGB value is (191,254,138). Sum of RGB (Red+Green+Blue) = 191+254+138=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE8A is #400175. Grayscale: #DEDEDE. Windows color (decimal): -4194678 or 9109183. OLE color: 9109183.
HSL color Cylindrical-coordinate representation of color #BFFE8A: hue angle of 92.59º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFFE8A is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 138 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.00 |
| HSL | 92.59º | 0.98% | 0.77% | - |
| HSV(B) | 92.59º | 0.46% | 1% | - |
| XYZ | 61.52 | 83.79 | 36.98 | - |
| YUV | 221.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 138 | 0.25 | 0 | 0.46 | 0.00 | 92.59 | 0.98 | 0.77 |
| Hex | BF | FE | 8A | 19 | 0 | 2E | 0 | 5D | 62 | 4D |
| Octal | 277 | 376 | 212 | 31 | 0 | 56 | 0 | 135 | 142 | 115 |
| Binary | 10111111 | 11111110 | 10001010 | 11001 | 0 | 101110 | 0 | 1011101 | 1100010 | 1001101 |
Color Harmonies of #BFFE8A
Complementary color
Monochromatic Colors of #BFFE8A
Black with #BFFE8A
Text Example
Text Example
White with #BFFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE8A; }
p { color: rgb(191,254,138); }
H1.HeaderClassName
{
color: #BFFE8A;
}
.AnyTagClassName
{
color: #BFFE8A;
}
</style>
background-color css
<style>
a { background-color: #BFFE8A; }
a { background-color: rgb(191,254,138); }
div.DivClassName
{
background-color: #BFFE8A;
}
.BgClassName
{
background-color: #BFFE8A;
}
</style>
border-color css
<style>
span { border-color: #BFFE8A; }
span { border-color: rgb(191,254,138); }
td.TdClassName
{
border-color: #BFFE8A;
}
.TagClassName
{
border-color: #BFFE8A;
}
</style>