Shades of Sulu #BFE16C
Tints of Sulu #BFE16C
RGB
CMYK
RGB Variations
Color information
#BFE16C (or 0xBFE16C) is known color: Sulu. HEX triplet: BF, E1 and 6C. RGB value is (191,225,108). Sum of RGB (Red+Green+Blue) = 191+225+108=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE16C is #401E93. Grayscale: #C9C9C9. Windows color (decimal): -4202132 or 7135679. OLE color: 7135679.
HSL color Cylindrical-coordinate representation of color #BFE16C: hue angle of 77.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE16C is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 108 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.12 |
| HSL | 77.44º | 0.66% | 0.65% | - |
| HSV(B) | 77.44º | 0.52% | 0.88% | - |
| XYZ | 51.12 | 66.01 | 24.23 | - |
| YUV | 201.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 108 | 0.15 | 0 | 0.52 | 0.12 | 77.44 | 0.66 | 0.65 |
| Hex | BF | E1 | 6C | F | 0 | 34 | C | 4D | 42 | 41 |
| Octal | 277 | 341 | 154 | 17 | 0 | 64 | 14 | 115 | 102 | 101 |
| Binary | 10111111 | 11100001 | 1101100 | 1111 | 0 | 110100 | 1100 | 1001101 | 1000010 | 1000001 |
Color Harmonies of #BFE16C
Complementary color
Monochromatic Colors of #BFE16C
Black with #BFE16C
Text Example
Text Example
White with #BFE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE16C; }
p { color: rgb(191,225,108); }
H1.HeaderClassName
{
color: #BFE16C;
}
.AnyTagClassName
{
color: #BFE16C;
}
</style>
background-color css
<style>
a { background-color: #BFE16C; }
a { background-color: rgb(191,225,108); }
div.DivClassName
{
background-color: #BFE16C;
}
.BgClassName
{
background-color: #BFE16C;
}
</style>
border-color css
<style>
span { border-color: #BFE16C; }
span { border-color: rgb(191,225,108); }
td.TdClassName
{
border-color: #BFE16C;
}
.TagClassName
{
border-color: #BFE16C;
}
</style>