Shades of Sulu #BFE282
Tints of Sulu #BFE282
RGB
CMYK
RGB Variations
Color information
#BFE282 (or 0xBFE282) is known color: Sulu. HEX triplet: BF, E2 and 82. RGB value is (191,226,130). Sum of RGB (Red+Green+Blue) = 191+226+130=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE282 is #401D7D. Grayscale: #CCCCCC. Windows color (decimal): -4201854 or 8577727. OLE color: 8577727.
HSL color Cylindrical-coordinate representation of color #BFE282: hue angle of 81.87º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE282 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 130 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.11 |
| HSL | 81.87º | 0.62% | 0.7% | - |
| HSV(B) | 81.87º | 0.42% | 0.89% | - |
| XYZ | 52.71 | 67.08 | 31.29 | - |
| YUV | 204.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 130 | 0.15 | 0 | 0.42 | 0.11 | 81.87 | 0.62 | 0.7 |
| Hex | BF | E2 | 82 | F | 0 | 2A | B | 52 | 3E | 46 |
| Octal | 277 | 342 | 202 | 17 | 0 | 52 | 13 | 122 | 76 | 106 |
| Binary | 10111111 | 11100010 | 10000010 | 1111 | 0 | 101010 | 1011 | 1010010 | 111110 | 1000110 |
Color Harmonies of #BFE282
Complementary color
Monochromatic Colors of #BFE282
Black with #BFE282
Text Example
Text Example
White with #BFE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE282; }
p { color: rgb(191,226,130); }
H1.HeaderClassName
{
color: #BFE282;
}
.AnyTagClassName
{
color: #BFE282;
}
</style>
background-color css
<style>
a { background-color: #BFE282; }
a { background-color: rgb(191,226,130); }
div.DivClassName
{
background-color: #BFE282;
}
.BgClassName
{
background-color: #BFE282;
}
</style>
border-color css
<style>
span { border-color: #BFE282; }
span { border-color: rgb(191,226,130); }
td.TdClassName
{
border-color: #BFE282;
}
.TagClassName
{
border-color: #BFE282;
}
</style>