Shades of Sulu #BFE18C
Tints of Sulu #BFE18C
RGB
CMYK
RGB Variations
Color information
#BFE18C (or 0xBFE18C) is known color: Sulu. HEX triplet: BF, E1 and 8C. RGB value is (191,225,140). Sum of RGB (Red+Green+Blue) = 191+225+140=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE18C is #401E73. Grayscale: #CDCDCD. Windows color (decimal): -4202100 or 9232831. OLE color: 9232831.
HSL color Cylindrical-coordinate representation of color #BFE18C: hue angle of 84º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE18C is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 140 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.12 |
| HSL | 84º | 0.59% | 0.72% | - |
| HSV(B) | 84º | 0.38% | 0.88% | - |
| XYZ | 53.14 | 66.82 | 34.91 | - |
| YUV | 205.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 140 | 0.15 | 0 | 0.38 | 0.12 | 84 | 0.59 | 0.72 |
| Hex | BF | E1 | 8C | F | 0 | 26 | C | 54 | 3B | 48 |
| Octal | 277 | 341 | 214 | 17 | 0 | 46 | 14 | 124 | 73 | 110 |
| Binary | 10111111 | 11100001 | 10001100 | 1111 | 0 | 100110 | 1100 | 1010100 | 111011 | 1001000 |
Color Harmonies of #BFE18C
Complementary color
Monochromatic Colors of #BFE18C
Black with #BFE18C
Text Example
Text Example
White with #BFE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE18C; }
p { color: rgb(191,225,140); }
H1.HeaderClassName
{
color: #BFE18C;
}
.AnyTagClassName
{
color: #BFE18C;
}
</style>
background-color css
<style>
a { background-color: #BFE18C; }
a { background-color: rgb(191,225,140); }
div.DivClassName
{
background-color: #BFE18C;
}
.BgClassName
{
background-color: #BFE18C;
}
</style>
border-color css
<style>
span { border-color: #BFE18C; }
span { border-color: rgb(191,225,140); }
td.TdClassName
{
border-color: #BFE18C;
}
.TagClassName
{
border-color: #BFE18C;
}
</style>