Shades of Sulu #BFE593
Tints of Sulu #BFE593
RGB
CMYK
RGB Variations
Color information
#BFE593 (or 0xBFE593) is known color: Sulu. HEX triplet: BF, E5 and 93. RGB value is (191,229,147). Sum of RGB (Red+Green+Blue) = 191+229+147=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE593 is #401A6C. Grayscale: #D0D0D0. Windows color (decimal): -4201069 or 9692607. OLE color: 9692607.
HSL color Cylindrical-coordinate representation of color #BFE593: hue angle of 87.8º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE593 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 147 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.10 |
| HSL | 87.8º | 0.61% | 0.74% | - |
| HSV(B) | 87.8º | 0.36% | 0.9% | - |
| XYZ | 54.77 | 69.22 | 38.08 | - |
| YUV | 208.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 147 | 0.17 | 0 | 0.36 | 0.10 | 87.8 | 0.61 | 0.74 |
| Hex | BF | E5 | 93 | 11 | 0 | 24 | A | 58 | 3D | 4A |
| Octal | 277 | 345 | 223 | 21 | 0 | 44 | 12 | 130 | 75 | 112 |
| Binary | 10111111 | 11100101 | 10010011 | 10001 | 0 | 100100 | 1010 | 1011000 | 111101 | 1001010 |
Color Harmonies of #BFE593
Complementary color
Monochromatic Colors of #BFE593
Black with #BFE593
Text Example
Text Example
White with #BFE593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE593; }
p { color: rgb(191,229,147); }
H1.HeaderClassName
{
color: #BFE593;
}
.AnyTagClassName
{
color: #BFE593;
}
</style>
background-color css
<style>
a { background-color: #BFE593; }
a { background-color: rgb(191,229,147); }
div.DivClassName
{
background-color: #BFE593;
}
.BgClassName
{
background-color: #BFE593;
}
</style>
border-color css
<style>
span { border-color: #BFE593; }
span { border-color: rgb(191,229,147); }
td.TdClassName
{
border-color: #BFE593;
}
.TagClassName
{
border-color: #BFE593;
}
</style>