Shades of Sulu #BFE682
Tints of Sulu #BFE682
RGB
CMYK
RGB Variations
Color information
#BFE682 (or 0xBFE682) is known color: Sulu. HEX triplet: BF, E6 and 82. RGB value is (191,230,130). Sum of RGB (Red+Green+Blue) = 191+230+130=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE682 is #40197D. Grayscale: #CFCFCF. Windows color (decimal): -4200830 or 8578751. OLE color: 8578751.
HSL color Cylindrical-coordinate representation of color #BFE682: hue angle of 83.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE682 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 130 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.10 |
| HSL | 83.4º | 0.67% | 0.71% | - |
| HSV(B) | 83.4º | 0.43% | 0.9% | - |
| XYZ | 53.81 | 69.28 | 31.66 | - |
| YUV | 206.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 130 | 0.17 | 0 | 0.43 | 0.10 | 83.4 | 0.67 | 0.71 |
| Hex | BF | E6 | 82 | 11 | 0 | 2B | A | 53 | 43 | 47 |
| Octal | 277 | 346 | 202 | 21 | 0 | 53 | 12 | 123 | 103 | 107 |
| Binary | 10111111 | 11100110 | 10000010 | 10001 | 0 | 101011 | 1010 | 1010011 | 1000011 | 1000111 |
Color Harmonies of #BFE682
Complementary color
Monochromatic Colors of #BFE682
Black with #BFE682
Text Example
Text Example
White with #BFE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE682; }
p { color: rgb(191,230,130); }
H1.HeaderClassName
{
color: #BFE682;
}
.AnyTagClassName
{
color: #BFE682;
}
</style>
background-color css
<style>
a { background-color: #BFE682; }
a { background-color: rgb(191,230,130); }
div.DivClassName
{
background-color: #BFE682;
}
.BgClassName
{
background-color: #BFE682;
}
</style>
border-color css
<style>
span { border-color: #BFE682; }
span { border-color: rgb(191,230,130); }
td.TdClassName
{
border-color: #BFE682;
}
.TagClassName
{
border-color: #BFE682;
}
</style>