Shades of Sulu #BFF184
Tints of Sulu #BFF184
RGB
CMYK
RGB Variations
Color information
#BFF184 (or 0xBFF184) is known color: Sulu. HEX triplet: BF, F1 and 84. RGB value is (191,241,132). Sum of RGB (Red+Green+Blue) = 191+241+132=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF184 is #400E7B. Grayscale: #D6D6D6. Windows color (decimal): -4198012 or 8712639. OLE color: 8712639.
HSL color Cylindrical-coordinate representation of color #BFF184: hue angle of 87.52º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFF184 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 132 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.05 |
| HSL | 87.52º | 0.8% | 0.73% | - |
| HSV(B) | 87.52º | 0.45% | 0.95% | - |
| XYZ | 57.11 | 75.65 | 33.42 | - |
| YUV | 213.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 132 | 0.21 | 0 | 0.45 | 0.05 | 87.52 | 0.8 | 0.73 |
| Hex | BF | F1 | 84 | 15 | 0 | 2D | 5 | 58 | 50 | 49 |
| Octal | 277 | 361 | 204 | 25 | 0 | 55 | 5 | 130 | 120 | 111 |
| Binary | 10111111 | 11110001 | 10000100 | 10101 | 0 | 101101 | 101 | 1011000 | 1010000 | 1001001 |
Color Harmonies of #BFF184
Complementary color
Monochromatic Colors of #BFF184
Black with #BFF184
Text Example
Text Example
White with #BFF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF184; }
p { color: rgb(191,241,132); }
H1.HeaderClassName
{
color: #BFF184;
}
.AnyTagClassName
{
color: #BFF184;
}
</style>
background-color css
<style>
a { background-color: #BFF184; }
a { background-color: rgb(191,241,132); }
div.DivClassName
{
background-color: #BFF184;
}
.BgClassName
{
background-color: #BFF184;
}
</style>
border-color css
<style>
span { border-color: #BFF184; }
span { border-color: rgb(191,241,132); }
td.TdClassName
{
border-color: #BFF184;
}
.TagClassName
{
border-color: #BFF184;
}
</style>