Shades of Sulu #BFF08A
Tints of Sulu #BFF08A
RGB
CMYK
RGB Variations
Color information
#BFF08A (or 0xBFF08A) is known color: Sulu. HEX triplet: BF, F0 and 8A. RGB value is (191,240,138). Sum of RGB (Red+Green+Blue) = 191+240+138=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF08A is #400F75. Grayscale: #D6D6D6. Windows color (decimal): -4198262 or 9105599. OLE color: 9105599.
HSL color Cylindrical-coordinate representation of color #BFF08A: hue angle of 88.82º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFF08A is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 138 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.06 |
| HSL | 88.82º | 0.77% | 0.74% | - |
| HSV(B) | 88.82º | 0.43% | 0.94% | - |
| XYZ | 57.23 | 75.23 | 35.55 | - |
| YUV | 213.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 138 | 0.20 | 0 | 0.42 | 0.06 | 88.82 | 0.77 | 0.74 |
| Hex | BF | F0 | 8A | 14 | 0 | 2A | 6 | 59 | 4D | 4A |
| Octal | 277 | 360 | 212 | 24 | 0 | 52 | 6 | 131 | 115 | 112 |
| Binary | 10111111 | 11110000 | 10001010 | 10100 | 0 | 101010 | 110 | 1011001 | 1001101 | 1001010 |
Color Harmonies of #BFF08A
Complementary color
Monochromatic Colors of #BFF08A
Black with #BFF08A
Text Example
Text Example
White with #BFF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF08A; }
p { color: rgb(191,240,138); }
H1.HeaderClassName
{
color: #BFF08A;
}
.AnyTagClassName
{
color: #BFF08A;
}
</style>
background-color css
<style>
a { background-color: #BFF08A; }
a { background-color: rgb(191,240,138); }
div.DivClassName
{
background-color: #BFF08A;
}
.BgClassName
{
background-color: #BFF08A;
}
</style>
border-color css
<style>
span { border-color: #BFF08A; }
span { border-color: rgb(191,240,138); }
td.TdClassName
{
border-color: #BFF08A;
}
.TagClassName
{
border-color: #BFF08A;
}
</style>