Shades of Sulu #BFE071
Tints of Sulu #BFE071
RGB
CMYK
RGB Variations
Color information
#BFE071 (or 0xBFE071) is known color: Sulu. HEX triplet: BF, E0 and 71. RGB value is (191,224,113). Sum of RGB (Red+Green+Blue) = 191+224+113=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE071 is #401F8E. Grayscale: #C9C9C9. Windows color (decimal): -4202383 or 7463103. OLE color: 7463103.
HSL color Cylindrical-coordinate representation of color #BFE071: hue angle of 77.84º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE071 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 113 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.12 |
| HSL | 77.84º | 0.64% | 0.66% | - |
| HSV(B) | 77.84º | 0.5% | 0.88% | - |
| XYZ | 51.12 | 65.58 | 25.59 | - |
| YUV | 201.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 113 | 0.15 | 0 | 0.50 | 0.12 | 77.84 | 0.64 | 0.66 |
| Hex | BF | E0 | 71 | F | 0 | 32 | C | 4E | 40 | 42 |
| Octal | 277 | 340 | 161 | 17 | 0 | 62 | 14 | 116 | 100 | 102 |
| Binary | 10111111 | 11100000 | 1110001 | 1111 | 0 | 110010 | 1100 | 1001110 | 1000000 | 1000010 |
Color Harmonies of #BFE071
Complementary color
Monochromatic Colors of #BFE071
Black with #BFE071
Text Example
Text Example
White with #BFE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE071; }
p { color: rgb(191,224,113); }
H1.HeaderClassName
{
color: #BFE071;
}
.AnyTagClassName
{
color: #BFE071;
}
</style>
background-color css
<style>
a { background-color: #BFE071; }
a { background-color: rgb(191,224,113); }
div.DivClassName
{
background-color: #BFE071;
}
.BgClassName
{
background-color: #BFE071;
}
</style>
border-color css
<style>
span { border-color: #BFE071; }
span { border-color: rgb(191,224,113); }
td.TdClassName
{
border-color: #BFE071;
}
.TagClassName
{
border-color: #BFE071;
}
</style>