Shades of Sulu #BFE58B
Tints of Sulu #BFE58B
RGB
CMYK
RGB Variations
Color information
#BFE58B (or 0xBFE58B) is known color: Sulu. HEX triplet: BF, E5 and 8B. RGB value is (191,229,139). Sum of RGB (Red+Green+Blue) = 191+229+139=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE58B is #401A74. Grayscale: #CFCFCF. Windows color (decimal): -4201077 or 9168319. OLE color: 9168319.
HSL color Cylindrical-coordinate representation of color #BFE58B: hue angle of 85.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE58B is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 139 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.10 |
| HSL | 85.33º | 0.63% | 0.72% | - |
| HSV(B) | 85.33º | 0.39% | 0.9% | - |
| XYZ | 54.17 | 68.98 | 34.89 | - |
| YUV | 207.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 139 | 0.17 | 0 | 0.39 | 0.10 | 85.33 | 0.63 | 0.72 |
| Hex | BF | E5 | 8B | 11 | 0 | 27 | A | 55 | 3F | 48 |
| Octal | 277 | 345 | 213 | 21 | 0 | 47 | 12 | 125 | 77 | 110 |
| Binary | 10111111 | 11100101 | 10001011 | 10001 | 0 | 100111 | 1010 | 1010101 | 111111 | 1001000 |
Color Harmonies of #BFE58B
Complementary color
Monochromatic Colors of #BFE58B
Black with #BFE58B
Text Example
Text Example
White with #BFE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE58B; }
p { color: rgb(191,229,139); }
H1.HeaderClassName
{
color: #BFE58B;
}
.AnyTagClassName
{
color: #BFE58B;
}
</style>
background-color css
<style>
a { background-color: #BFE58B; }
a { background-color: rgb(191,229,139); }
div.DivClassName
{
background-color: #BFE58B;
}
.BgClassName
{
background-color: #BFE58B;
}
</style>
border-color css
<style>
span { border-color: #BFE58B; }
span { border-color: rgb(191,229,139); }
td.TdClassName
{
border-color: #BFE58B;
}
.TagClassName
{
border-color: #BFE58B;
}
</style>