Shades of Sulu #BFFF8A
Tints of Sulu #BFFF8A
RGB
CMYK
RGB Variations
Color information
#BFFF8A (or 0xBFFF8A) is known color: Sulu. HEX triplet: BF, FF and 8A. RGB value is (191,255,138). Sum of RGB (Red+Green+Blue) = 191+255+138=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF8A is #400075. Grayscale: #DEDEDE. Windows color (decimal): -4194422 or 9109439. OLE color: 9109439.
HSL color Cylindrical-coordinate representation of color #BFFF8A: hue angle of 92.82º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFFF8A is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 138 | - |
| CMYK | 0.25 | 0 | 0.46 | 0 |
| HSL | 92.82º | 1% | 0.77% | - |
| HSV(B) | 92.82º | 0.46% | 1% | - |
| XYZ | 61.83 | 84.43 | 37.08 | - |
| YUV | 222.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 138 | 0.25 | 0 | 0.46 | 0 | 92.82 | 1 | 0.77 |
| Hex | BF | FF | 8A | 19 | 0 | 2E | 0 | 5D | 64 | 4D |
| Octal | 277 | 377 | 212 | 31 | 0 | 56 | 0 | 135 | 144 | 115 |
| Binary | 10111111 | 11111111 | 10001010 | 11001 | 0 | 101110 | 0 | 1011101 | 1100100 | 1001101 |
Color Harmonies of #BFFF8A
Complementary color
Monochromatic Colors of #BFFF8A
Black with #BFFF8A
Text Example
Text Example
White with #BFFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF8A; }
p { color: rgb(191,255,138); }
H1.HeaderClassName
{
color: #BFFF8A;
}
.AnyTagClassName
{
color: #BFFF8A;
}
</style>
background-color css
<style>
a { background-color: #BFFF8A; }
a { background-color: rgb(191,255,138); }
div.DivClassName
{
background-color: #BFFF8A;
}
.BgClassName
{
background-color: #BFFF8A;
}
</style>
border-color css
<style>
span { border-color: #BFFF8A; }
span { border-color: rgb(191,255,138); }
td.TdClassName
{
border-color: #BFFF8A;
}
.TagClassName
{
border-color: #BFFF8A;
}
</style>