Shades of Sulu #BFE06E
Tints of Sulu #BFE06E
RGB
CMYK
RGB Variations
Color information
#BFE06E (or 0xBFE06E) is known color: Sulu. HEX triplet: BF, E0 and 6E. RGB value is (191,224,110). Sum of RGB (Red+Green+Blue) = 191+224+110=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE06E is #401F91. Grayscale: #C9C9C9. Windows color (decimal): -4202386 or 7266495. OLE color: 7266495.
HSL color Cylindrical-coordinate representation of color #BFE06E: hue angle of 77.37º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE06E is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 110 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.12 |
| HSL | 77.37º | 0.65% | 0.65% | - |
| HSV(B) | 77.37º | 0.51% | 0.88% | - |
| XYZ | 50.96 | 65.51 | 24.71 | - |
| YUV | 201.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 110 | 0.15 | 0 | 0.51 | 0.12 | 77.37 | 0.65 | 0.65 |
| Hex | BF | E0 | 6E | F | 0 | 33 | C | 4D | 41 | 41 |
| Octal | 277 | 340 | 156 | 17 | 0 | 63 | 14 | 115 | 101 | 101 |
| Binary | 10111111 | 11100000 | 1101110 | 1111 | 0 | 110011 | 1100 | 1001101 | 1000001 | 1000001 |
Color Harmonies of #BFE06E
Complementary color
Monochromatic Colors of #BFE06E
Black with #BFE06E
Text Example
Text Example
White with #BFE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE06E; }
p { color: rgb(191,224,110); }
H1.HeaderClassName
{
color: #BFE06E;
}
.AnyTagClassName
{
color: #BFE06E;
}
</style>
background-color css
<style>
a { background-color: #BFE06E; }
a { background-color: rgb(191,224,110); }
div.DivClassName
{
background-color: #BFE06E;
}
.BgClassName
{
background-color: #BFE06E;
}
</style>
border-color css
<style>
span { border-color: #BFE06E; }
span { border-color: rgb(191,224,110); }
td.TdClassName
{
border-color: #BFE06E;
}
.TagClassName
{
border-color: #BFE06E;
}
</style>