Shades of Sulu #BFED8C
Tints of Sulu #BFED8C
RGB
CMYK
RGB Variations
Color information
#BFED8C (or 0xBFED8C) is known color: Sulu. HEX triplet: BF, ED and 8C. RGB value is (191,237,140). Sum of RGB (Red+Green+Blue) = 191+237+140=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED8C is #401273. Grayscale: #D4D4D4. Windows color (decimal): -4199028 or 9235903. OLE color: 9235903.
HSL color Cylindrical-coordinate representation of color #BFED8C: hue angle of 88.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFED8C is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 140 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.07 |
| HSL | 88.45º | 0.73% | 0.74% | - |
| HSV(B) | 88.45º | 0.41% | 0.93% | - |
| XYZ | 56.5 | 73.54 | 36.03 | - |
| YUV | 212.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 140 | 0.19 | 0 | 0.41 | 0.07 | 88.45 | 0.73 | 0.74 |
| Hex | BF | ED | 8C | 13 | 0 | 29 | 7 | 58 | 49 | 4A |
| Octal | 277 | 355 | 214 | 23 | 0 | 51 | 7 | 130 | 111 | 112 |
| Binary | 10111111 | 11101101 | 10001100 | 10011 | 0 | 101001 | 111 | 1011000 | 1001001 | 1001010 |
Color Harmonies of #BFED8C
Complementary color
Monochromatic Colors of #BFED8C
Black with #BFED8C
Text Example
Text Example
White with #BFED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED8C; }
p { color: rgb(191,237,140); }
H1.HeaderClassName
{
color: #BFED8C;
}
.AnyTagClassName
{
color: #BFED8C;
}
</style>
background-color css
<style>
a { background-color: #BFED8C; }
a { background-color: rgb(191,237,140); }
div.DivClassName
{
background-color: #BFED8C;
}
.BgClassName
{
background-color: #BFED8C;
}
</style>
border-color css
<style>
span { border-color: #BFED8C; }
span { border-color: rgb(191,237,140); }
td.TdClassName
{
border-color: #BFED8C;
}
.TagClassName
{
border-color: #BFED8C;
}
</style>