Shades of Sulu #BFE06A
Tints of Sulu #BFE06A
RGB
CMYK
RGB Variations
Color information
#BFE06A (or 0xBFE06A) is known color: Sulu. HEX triplet: BF, E0 and 6A. RGB value is (191,224,106). Sum of RGB (Red+Green+Blue) = 191+224+106=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE06A is #401F95. Grayscale: #C9C9C9. Windows color (decimal): -4202390 or 7004351. OLE color: 7004351.
HSL color Cylindrical-coordinate representation of color #BFE06A: hue angle of 76.78º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFE06A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 106 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.12 |
| HSL | 76.78º | 0.66% | 0.65% | - |
| HSV(B) | 76.78º | 0.53% | 0.88% | - |
| XYZ | 50.74 | 65.43 | 23.59 | - |
| YUV | 200.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 106 | 0.15 | 0 | 0.53 | 0.12 | 76.78 | 0.66 | 0.65 |
| Hex | BF | E0 | 6A | F | 0 | 35 | C | 4D | 42 | 41 |
| Octal | 277 | 340 | 152 | 17 | 0 | 65 | 14 | 115 | 102 | 101 |
| Binary | 10111111 | 11100000 | 1101010 | 1111 | 0 | 110101 | 1100 | 1001101 | 1000010 | 1000001 |
Color Harmonies of #BFE06A
Complementary color
Monochromatic Colors of #BFE06A
Black with #BFE06A
Text Example
Text Example
White with #BFE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE06A; }
p { color: rgb(191,224,106); }
H1.HeaderClassName
{
color: #BFE06A;
}
.AnyTagClassName
{
color: #BFE06A;
}
</style>
background-color css
<style>
a { background-color: #BFE06A; }
a { background-color: rgb(191,224,106); }
div.DivClassName
{
background-color: #BFE06A;
}
.BgClassName
{
background-color: #BFE06A;
}
</style>
border-color css
<style>
span { border-color: #BFE06A; }
span { border-color: rgb(191,224,106); }
td.TdClassName
{
border-color: #BFE06A;
}
.TagClassName
{
border-color: #BFE06A;
}
</style>