Shades of Sulu #BFE38B
Tints of Sulu #BFE38B
RGB
CMYK
RGB Variations
Color information
#BFE38B (or 0xBFE38B) is known color: Sulu. HEX triplet: BF, E3 and 8B. RGB value is (191,227,139). Sum of RGB (Red+Green+Blue) = 191+227+139=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE38B is #401C74. Grayscale: #CECECE. Windows color (decimal): -4201589 or 9167807. OLE color: 9167807.
HSL color Cylindrical-coordinate representation of color #BFE38B: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE38B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 139 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.11 |
| HSL | 84.55º | 0.61% | 0.72% | - |
| HSV(B) | 84.55º | 0.39% | 0.89% | - |
| XYZ | 53.62 | 67.88 | 34.7 | - |
| YUV | 206.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 139 | 0.16 | 0 | 0.39 | 0.11 | 84.55 | 0.61 | 0.72 |
| Hex | BF | E3 | 8B | 10 | 0 | 27 | B | 55 | 3D | 48 |
| Octal | 277 | 343 | 213 | 20 | 0 | 47 | 13 | 125 | 75 | 110 |
| Binary | 10111111 | 11100011 | 10001011 | 10000 | 0 | 100111 | 1011 | 1010101 | 111101 | 1001000 |
Color Harmonies of #BFE38B
Complementary color
Monochromatic Colors of #BFE38B
Black with #BFE38B
Text Example
Text Example
White with #BFE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE38B; }
p { color: rgb(191,227,139); }
H1.HeaderClassName
{
color: #BFE38B;
}
.AnyTagClassName
{
color: #BFE38B;
}
</style>
background-color css
<style>
a { background-color: #BFE38B; }
a { background-color: rgb(191,227,139); }
div.DivClassName
{
background-color: #BFE38B;
}
.BgClassName
{
background-color: #BFE38B;
}
</style>
border-color css
<style>
span { border-color: #BFE38B; }
span { border-color: rgb(191,227,139); }
td.TdClassName
{
border-color: #BFE38B;
}
.TagClassName
{
border-color: #BFE38B;
}
</style>