Shades of Sulu #BFE07C
Tints of Sulu #BFE07C
RGB
CMYK
RGB Variations
Color information
#BFE07C (or 0xBFE07C) is known color: Sulu. HEX triplet: BF, E0 and 7C. RGB value is (191,224,124). Sum of RGB (Red+Green+Blue) = 191+224+124=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE07C is #401F83. Grayscale: #CBCBCB. Windows color (decimal): -4202372 or 8183999. OLE color: 8183999.
HSL color Cylindrical-coordinate representation of color #BFE07C: hue angle of 79.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE07C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 124 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.12 |
| HSL | 79.8º | 0.62% | 0.68% | - |
| HSV(B) | 79.8º | 0.45% | 0.88% | - |
| XYZ | 51.78 | 65.84 | 29.05 | - |
| YUV | 202.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 124 | 0.15 | 0 | 0.45 | 0.12 | 79.8 | 0.62 | 0.68 |
| Hex | BF | E0 | 7C | F | 0 | 2D | C | 50 | 3E | 44 |
| Octal | 277 | 340 | 174 | 17 | 0 | 55 | 14 | 120 | 76 | 104 |
| Binary | 10111111 | 11100000 | 1111100 | 1111 | 0 | 101101 | 1100 | 1010000 | 111110 | 1000100 |
Color Harmonies of #BFE07C
Complementary color
Monochromatic Colors of #BFE07C
Black with #BFE07C
Text Example
Text Example
White with #BFE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE07C; }
p { color: rgb(191,224,124); }
H1.HeaderClassName
{
color: #BFE07C;
}
.AnyTagClassName
{
color: #BFE07C;
}
</style>
background-color css
<style>
a { background-color: #BFE07C; }
a { background-color: rgb(191,224,124); }
div.DivClassName
{
background-color: #BFE07C;
}
.BgClassName
{
background-color: #BFE07C;
}
</style>
border-color css
<style>
span { border-color: #BFE07C; }
span { border-color: rgb(191,224,124); }
td.TdClassName
{
border-color: #BFE07C;
}
.TagClassName
{
border-color: #BFE07C;
}
</style>