Shades of Sulu #BFE072
Tints of Sulu #BFE072
RGB
CMYK
RGB Variations
Color information
#BFE072 (or 0xBFE072) is known color: Sulu. HEX triplet: BF, E0 and 72. RGB value is (191,224,114). Sum of RGB (Red+Green+Blue) = 191+224+114=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE072 is #401F8D. Grayscale: #C9C9C9. Windows color (decimal): -4202382 or 7528639. OLE color: 7528639.
HSL color Cylindrical-coordinate representation of color #BFE072: hue angle of 78º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE072 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 114 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.12 |
| HSL | 78º | 0.64% | 0.66% | - |
| HSV(B) | 78º | 0.49% | 0.88% | - |
| XYZ | 51.18 | 65.6 | 25.88 | - |
| YUV | 201.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 114 | 0.15 | 0 | 0.49 | 0.12 | 78 | 0.64 | 0.66 |
| Hex | BF | E0 | 72 | F | 0 | 31 | C | 4E | 40 | 42 |
| Octal | 277 | 340 | 162 | 17 | 0 | 61 | 14 | 116 | 100 | 102 |
| Binary | 10111111 | 11100000 | 1110010 | 1111 | 0 | 110001 | 1100 | 1001110 | 1000000 | 1000010 |
Color Harmonies of #BFE072
Complementary color
Monochromatic Colors of #BFE072
Black with #BFE072
Text Example
Text Example
White with #BFE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE072; }
p { color: rgb(191,224,114); }
H1.HeaderClassName
{
color: #BFE072;
}
.AnyTagClassName
{
color: #BFE072;
}
</style>
background-color css
<style>
a { background-color: #BFE072; }
a { background-color: rgb(191,224,114); }
div.DivClassName
{
background-color: #BFE072;
}
.BgClassName
{
background-color: #BFE072;
}
</style>
border-color css
<style>
span { border-color: #BFE072; }
span { border-color: rgb(191,224,114); }
td.TdClassName
{
border-color: #BFE072;
}
.TagClassName
{
border-color: #BFE072;
}
</style>