Shades of Sulu #BFF183
Tints of Sulu #BFF183
RGB
CMYK
RGB Variations
Color information
#BFF183 (or 0xBFF183) is known color: Sulu. HEX triplet: BF, F1 and 83. RGB value is (191,241,131). Sum of RGB (Red+Green+Blue) = 191+241+131=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF183 is #400E7C. Grayscale: #D5D5D5. Windows color (decimal): -4198013 or 8647103. OLE color: 8647103.
HSL color Cylindrical-coordinate representation of color #BFF183: hue angle of 87.27º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF183 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 131 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.05 |
| HSL | 87.27º | 0.8% | 0.73% | - |
| HSV(B) | 87.27º | 0.46% | 0.95% | - |
| XYZ | 57.04 | 75.63 | 33.06 | - |
| YUV | 213.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 131 | 0.21 | 0 | 0.46 | 0.05 | 87.27 | 0.8 | 0.73 |
| Hex | BF | F1 | 83 | 15 | 0 | 2E | 5 | 57 | 50 | 49 |
| Octal | 277 | 361 | 203 | 25 | 0 | 56 | 5 | 127 | 120 | 111 |
| Binary | 10111111 | 11110001 | 10000011 | 10101 | 0 | 101110 | 101 | 1010111 | 1010000 | 1001001 |
Color Harmonies of #BFF183
Complementary color
Monochromatic Colors of #BFF183
Black with #BFF183
Text Example
Text Example
White with #BFF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF183; }
p { color: rgb(191,241,131); }
H1.HeaderClassName
{
color: #BFF183;
}
.AnyTagClassName
{
color: #BFF183;
}
</style>
background-color css
<style>
a { background-color: #BFF183; }
a { background-color: rgb(191,241,131); }
div.DivClassName
{
background-color: #BFF183;
}
.BgClassName
{
background-color: #BFF183;
}
</style>
border-color css
<style>
span { border-color: #BFF183; }
span { border-color: rgb(191,241,131); }
td.TdClassName
{
border-color: #BFF183;
}
.TagClassName
{
border-color: #BFF183;
}
</style>