Shades of Sulu #BFE385
Tints of Sulu #BFE385
RGB
CMYK
RGB Variations
Color information
#BFE385 (or 0xBFE385) is known color: Sulu. HEX triplet: BF, E3 and 85. RGB value is (191,227,133). Sum of RGB (Red+Green+Blue) = 191+227+133=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE385 is #401C7A. Grayscale: #CDCDCD. Windows color (decimal): -4201595 or 8774591. OLE color: 8774591.
HSL color Cylindrical-coordinate representation of color #BFE385: hue angle of 82.98º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFE385 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 133 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.11 |
| HSL | 82.98º | 0.63% | 0.71% | - |
| HSV(B) | 82.98º | 0.41% | 0.89% | - |
| XYZ | 53.19 | 67.71 | 32.46 | - |
| YUV | 205.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 133 | 0.16 | 0 | 0.41 | 0.11 | 82.98 | 0.63 | 0.71 |
| Hex | BF | E3 | 85 | 10 | 0 | 29 | B | 53 | 3F | 47 |
| Octal | 277 | 343 | 205 | 20 | 0 | 51 | 13 | 123 | 77 | 107 |
| Binary | 10111111 | 11100011 | 10000101 | 10000 | 0 | 101001 | 1011 | 1010011 | 111111 | 1000111 |
Color Harmonies of #BFE385
Complementary color
Monochromatic Colors of #BFE385
Black with #BFE385
Text Example
Text Example
White with #BFE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE385; }
p { color: rgb(191,227,133); }
H1.HeaderClassName
{
color: #BFE385;
}
.AnyTagClassName
{
color: #BFE385;
}
</style>
background-color css
<style>
a { background-color: #BFE385; }
a { background-color: rgb(191,227,133); }
div.DivClassName
{
background-color: #BFE385;
}
.BgClassName
{
background-color: #BFE385;
}
</style>
border-color css
<style>
span { border-color: #BFE385; }
span { border-color: rgb(191,227,133); }
td.TdClassName
{
border-color: #BFE385;
}
.TagClassName
{
border-color: #BFE385;
}
</style>