Shades of Sulu #BFED8A
Tints of Sulu #BFED8A
RGB
CMYK
RGB Variations
Color information
#BFED8A (or 0xBFED8A) is known color: Sulu. HEX triplet: BF, ED and 8A. RGB value is (191,237,138). Sum of RGB (Red+Green+Blue) = 191+237+138=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED8A is #401275. Grayscale: #D4D4D4. Windows color (decimal): -4199030 or 9104831. OLE color: 9104831.
HSL color Cylindrical-coordinate representation of color #BFED8A: hue angle of 87.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFED8A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 138 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.07 |
| HSL | 87.88º | 0.73% | 0.74% | - |
| HSV(B) | 87.88º | 0.42% | 0.93% | - |
| XYZ | 56.36 | 73.48 | 35.26 | - |
| YUV | 211.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 138 | 0.19 | 0 | 0.42 | 0.07 | 87.88 | 0.73 | 0.74 |
| Hex | BF | ED | 8A | 13 | 0 | 2A | 7 | 58 | 49 | 4A |
| Octal | 277 | 355 | 212 | 23 | 0 | 52 | 7 | 130 | 111 | 112 |
| Binary | 10111111 | 11101101 | 10001010 | 10011 | 0 | 101010 | 111 | 1011000 | 1001001 | 1001010 |
Color Harmonies of #BFED8A
Complementary color
Monochromatic Colors of #BFED8A
Black with #BFED8A
Text Example
Text Example
White with #BFED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED8A; }
p { color: rgb(191,237,138); }
H1.HeaderClassName
{
color: #BFED8A;
}
.AnyTagClassName
{
color: #BFED8A;
}
</style>
background-color css
<style>
a { background-color: #BFED8A; }
a { background-color: rgb(191,237,138); }
div.DivClassName
{
background-color: #BFED8A;
}
.BgClassName
{
background-color: #BFED8A;
}
</style>
border-color css
<style>
span { border-color: #BFED8A; }
span { border-color: rgb(191,237,138); }
td.TdClassName
{
border-color: #BFED8A;
}
.TagClassName
{
border-color: #BFED8A;
}
</style>