Shades of Sulu #BFF98C
Tints of Sulu #BFF98C
RGB
CMYK
RGB Variations
Color information
#BFF98C (or 0xBFF98C) is known color: Sulu. HEX triplet: BF, F9 and 8C. RGB value is (191,249,140). Sum of RGB (Red+Green+Blue) = 191+249+140=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF98C is #400673. Grayscale: #DBDBDB. Windows color (decimal): -4195956 or 9238975. OLE color: 9238975.
HSL color Cylindrical-coordinate representation of color #BFF98C: hue angle of 91.93º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF98C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 140 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.02 |
| HSL | 91.93º | 0.9% | 0.76% | - |
| HSV(B) | 91.93º | 0.44% | 0.98% | - |
| XYZ | 60.1 | 80.72 | 37.22 | - |
| YUV | 219.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 140 | 0.23 | 0 | 0.44 | 0.02 | 91.93 | 0.9 | 0.76 |
| Hex | BF | F9 | 8C | 17 | 0 | 2C | 2 | 5C | 5A | 4C |
| Octal | 277 | 371 | 214 | 27 | 0 | 54 | 2 | 134 | 132 | 114 |
| Binary | 10111111 | 11111001 | 10001100 | 10111 | 0 | 101100 | 10 | 1011100 | 1011010 | 1001100 |
Color Harmonies of #BFF98C
Complementary color
Monochromatic Colors of #BFF98C
Black with #BFF98C
Text Example
Text Example
White with #BFF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF98C; }
p { color: rgb(191,249,140); }
H1.HeaderClassName
{
color: #BFF98C;
}
.AnyTagClassName
{
color: #BFF98C;
}
</style>
background-color css
<style>
a { background-color: #BFF98C; }
a { background-color: rgb(191,249,140); }
div.DivClassName
{
background-color: #BFF98C;
}
.BgClassName
{
background-color: #BFF98C;
}
</style>
border-color css
<style>
span { border-color: #BFF98C; }
span { border-color: rgb(191,249,140); }
td.TdClassName
{
border-color: #BFF98C;
}
.TagClassName
{
border-color: #BFF98C;
}
</style>