Shades of Sulu #BFF182
Tints of Sulu #BFF182
RGB
CMYK
RGB Variations
Color information
#BFF182 (or 0xBFF182) is known color: Sulu. HEX triplet: BF, F1 and 82. RGB value is (191,241,130). Sum of RGB (Red+Green+Blue) = 191+241+130=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF182 is #400E7D. Grayscale: #D5D5D5. Windows color (decimal): -4198014 or 8581567. OLE color: 8581567.
HSL color Cylindrical-coordinate representation of color #BFF182: hue angle of 87.03º 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 #BFF182 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 130 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.05 |
| HSL | 87.03º | 0.8% | 0.73% | - |
| HSV(B) | 87.03º | 0.46% | 0.95% | - |
| XYZ | 56.97 | 75.6 | 32.71 | - |
| YUV | 213.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 130 | 0.21 | 0 | 0.46 | 0.05 | 87.03 | 0.8 | 0.73 |
| Hex | BF | F1 | 82 | 15 | 0 | 2E | 5 | 57 | 50 | 49 |
| Octal | 277 | 361 | 202 | 25 | 0 | 56 | 5 | 127 | 120 | 111 |
| Binary | 10111111 | 11110001 | 10000010 | 10101 | 0 | 101110 | 101 | 1010111 | 1010000 | 1001001 |
Color Harmonies of #BFF182
Complementary color
Monochromatic Colors of #BFF182
Black with #BFF182
Text Example
Text Example
White with #BFF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF182; }
p { color: rgb(191,241,130); }
H1.HeaderClassName
{
color: #BFF182;
}
.AnyTagClassName
{
color: #BFF182;
}
</style>
background-color css
<style>
a { background-color: #BFF182; }
a { background-color: rgb(191,241,130); }
div.DivClassName
{
background-color: #BFF182;
}
.BgClassName
{
background-color: #BFF182;
}
</style>
border-color css
<style>
span { border-color: #BFF182; }
span { border-color: rgb(191,241,130); }
td.TdClassName
{
border-color: #BFF182;
}
.TagClassName
{
border-color: #BFF182;
}
</style>