Shades of Sulu #BFE38C
Tints of Sulu #BFE38C
RGB
CMYK
RGB Variations
Color information
#BFE38C (or 0xBFE38C) is known color: Sulu. HEX triplet: BF, E3 and 8C. RGB value is (191,227,140). Sum of RGB (Red+Green+Blue) = 191+227+140=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE38C is #401C73. Grayscale: #CECECE. Windows color (decimal): -4201588 or 9233343. OLE color: 9233343.
HSL color Cylindrical-coordinate representation of color #BFE38C: hue angle of 84.83º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE38C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 140 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.11 |
| HSL | 84.83º | 0.61% | 0.72% | - |
| HSV(B) | 84.83º | 0.38% | 0.89% | - |
| XYZ | 53.69 | 67.91 | 35.09 | - |
| YUV | 206.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 140 | 0.16 | 0 | 0.38 | 0.11 | 84.83 | 0.61 | 0.72 |
| Hex | BF | E3 | 8C | 10 | 0 | 26 | B | 55 | 3D | 48 |
| Octal | 277 | 343 | 214 | 20 | 0 | 46 | 13 | 125 | 75 | 110 |
| Binary | 10111111 | 11100011 | 10001100 | 10000 | 0 | 100110 | 1011 | 1010101 | 111101 | 1001000 |
Color Harmonies of #BFE38C
Complementary color
Monochromatic Colors of #BFE38C
Black with #BFE38C
Text Example
Text Example
White with #BFE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE38C; }
p { color: rgb(191,227,140); }
H1.HeaderClassName
{
color: #BFE38C;
}
.AnyTagClassName
{
color: #BFE38C;
}
</style>
background-color css
<style>
a { background-color: #BFE38C; }
a { background-color: rgb(191,227,140); }
div.DivClassName
{
background-color: #BFE38C;
}
.BgClassName
{
background-color: #BFE38C;
}
</style>
border-color css
<style>
span { border-color: #BFE38C; }
span { border-color: rgb(191,227,140); }
td.TdClassName
{
border-color: #BFE38C;
}
.TagClassName
{
border-color: #BFE38C;
}
</style>