Shades of Sulu #BFF980
Tints of Sulu #BFF980
RGB
CMYK
RGB Variations
Color information
#BFF980 (or 0xBFF980) is known color: Sulu. HEX triplet: BF, F9 and 80. RGB value is (191,249,128). Sum of RGB (Red+Green+Blue) = 191+249+128=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF980 is #40067F. Grayscale: #DADADA. Windows color (decimal): -4195968 or 8452543. OLE color: 8452543.
HSL color Cylindrical-coordinate representation of color #BFF980: hue angle of 88.76º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF980 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 128 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.02 |
| HSL | 88.76º | 0.91% | 0.74% | - |
| HSV(B) | 88.76º | 0.49% | 0.98% | - |
| XYZ | 59.26 | 80.39 | 32.81 | - |
| YUV | 217.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 128 | 0.23 | 0 | 0.49 | 0.02 | 88.76 | 0.91 | 0.74 |
| Hex | BF | F9 | 80 | 17 | 0 | 31 | 2 | 59 | 5B | 4A |
| Octal | 277 | 371 | 200 | 27 | 0 | 61 | 2 | 131 | 133 | 112 |
| Binary | 10111111 | 11111001 | 10000000 | 10111 | 0 | 110001 | 10 | 1011001 | 1011011 | 1001010 |
Color Harmonies of #BFF980
Complementary color
Monochromatic Colors of #BFF980
Black with #BFF980
Text Example
Text Example
White with #BFF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF980; }
p { color: rgb(191,249,128); }
H1.HeaderClassName
{
color: #BFF980;
}
.AnyTagClassName
{
color: #BFF980;
}
</style>
background-color css
<style>
a { background-color: #BFF980; }
a { background-color: rgb(191,249,128); }
div.DivClassName
{
background-color: #BFF980;
}
.BgClassName
{
background-color: #BFF980;
}
</style>
border-color css
<style>
span { border-color: #BFF980; }
span { border-color: rgb(191,249,128); }
td.TdClassName
{
border-color: #BFF980;
}
.TagClassName
{
border-color: #BFF980;
}
</style>