Shades of Sulu #BFE182
Tints of Sulu #BFE182
RGB
CMYK
RGB Variations
Color information
#BFE182 (or 0xBFE182) is known color: Sulu. HEX triplet: BF, E1 and 82. RGB value is (191,225,130). Sum of RGB (Red+Green+Blue) = 191+225+130=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE182 is #401E7D. Grayscale: #CCCCCC. Windows color (decimal): -4202110 or 8577471. OLE color: 8577471.
HSL color Cylindrical-coordinate representation of color #BFE182: hue angle of 81.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE182 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 130 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.12 |
| HSL | 81.47º | 0.61% | 0.7% | - |
| HSV(B) | 81.47º | 0.42% | 0.88% | - |
| XYZ | 52.44 | 66.54 | 31.2 | - |
| YUV | 204 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 130 | 0.15 | 0 | 0.42 | 0.12 | 81.47 | 0.61 | 0.7 |
| Hex | BF | E1 | 82 | F | 0 | 2A | C | 51 | 3D | 46 |
| Octal | 277 | 341 | 202 | 17 | 0 | 52 | 14 | 121 | 75 | 106 |
| Binary | 10111111 | 11100001 | 10000010 | 1111 | 0 | 101010 | 1100 | 1010001 | 111101 | 1000110 |
Color Harmonies of #BFE182
Complementary color
Monochromatic Colors of #BFE182
Black with #BFE182
Text Example
Text Example
White with #BFE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE182; }
p { color: rgb(191,225,130); }
H1.HeaderClassName
{
color: #BFE182;
}
.AnyTagClassName
{
color: #BFE182;
}
</style>
background-color css
<style>
a { background-color: #BFE182; }
a { background-color: rgb(191,225,130); }
div.DivClassName
{
background-color: #BFE182;
}
.BgClassName
{
background-color: #BFE182;
}
</style>
border-color css
<style>
span { border-color: #BFE182; }
span { border-color: rgb(191,225,130); }
td.TdClassName
{
border-color: #BFE182;
}
.TagClassName
{
border-color: #BFE182;
}
</style>