Shades of Sulu #BFE382
Tints of Sulu #BFE382
RGB
CMYK
RGB Variations
Color information
#BFE382 (or 0xBFE382) is known color: Sulu. HEX triplet: BF, E3 and 82. RGB value is (191,227,130). Sum of RGB (Red+Green+Blue) = 191+227+130=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE382 is #401C7D. Grayscale: #CDCDCD. Windows color (decimal): -4201598 or 8577983. OLE color: 8577983.
HSL color Cylindrical-coordinate representation of color #BFE382: hue angle of 82.27º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE382 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 130 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.11 |
| HSL | 82.27º | 0.63% | 0.7% | - |
| HSV(B) | 82.27º | 0.43% | 0.89% | - |
| XYZ | 52.98 | 67.63 | 31.38 | - |
| YUV | 205.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 130 | 0.16 | 0 | 0.43 | 0.11 | 82.27 | 0.63 | 0.7 |
| Hex | BF | E3 | 82 | 10 | 0 | 2B | B | 52 | 3F | 46 |
| Octal | 277 | 343 | 202 | 20 | 0 | 53 | 13 | 122 | 77 | 106 |
| Binary | 10111111 | 11100011 | 10000010 | 10000 | 0 | 101011 | 1011 | 1010010 | 111111 | 1000110 |
Color Harmonies of #BFE382
Complementary color
Monochromatic Colors of #BFE382
Black with #BFE382
Text Example
Text Example
White with #BFE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE382; }
p { color: rgb(191,227,130); }
H1.HeaderClassName
{
color: #BFE382;
}
.AnyTagClassName
{
color: #BFE382;
}
</style>
background-color css
<style>
a { background-color: #BFE382; }
a { background-color: rgb(191,227,130); }
div.DivClassName
{
background-color: #BFE382;
}
.BgClassName
{
background-color: #BFE382;
}
</style>
border-color css
<style>
span { border-color: #BFE382; }
span { border-color: rgb(191,227,130); }
td.TdClassName
{
border-color: #BFE382;
}
.TagClassName
{
border-color: #BFE382;
}
</style>