Shades of Sulu #BFE078
Tints of Sulu #BFE078
RGB
CMYK
RGB Variations
Color information
#BFE078 (or 0xBFE078) is known color: Sulu. HEX triplet: BF, E0 and 78. RGB value is (191,224,120). Sum of RGB (Red+Green+Blue) = 191+224+120=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE078 is #401F87. Grayscale: #CACACA. Windows color (decimal): -4202376 or 7921855. OLE color: 7921855.
HSL color Cylindrical-coordinate representation of color #BFE078: hue angle of 79.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE078 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 120 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.12 |
| HSL | 79.04º | 0.63% | 0.67% | - |
| HSV(B) | 79.04º | 0.46% | 0.88% | - |
| XYZ | 51.53 | 65.74 | 27.74 | - |
| YUV | 202.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 120 | 0.15 | 0 | 0.46 | 0.12 | 79.04 | 0.63 | 0.67 |
| Hex | BF | E0 | 78 | F | 0 | 2E | C | 4F | 3F | 43 |
| Octal | 277 | 340 | 170 | 17 | 0 | 56 | 14 | 117 | 77 | 103 |
| Binary | 10111111 | 11100000 | 1111000 | 1111 | 0 | 101110 | 1100 | 1001111 | 111111 | 1000011 |
Color Harmonies of #BFE078
Complementary color
Monochromatic Colors of #BFE078
Black with #BFE078
Text Example
Text Example
White with #BFE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE078; }
p { color: rgb(191,224,120); }
H1.HeaderClassName
{
color: #BFE078;
}
.AnyTagClassName
{
color: #BFE078;
}
</style>
background-color css
<style>
a { background-color: #BFE078; }
a { background-color: rgb(191,224,120); }
div.DivClassName
{
background-color: #BFE078;
}
.BgClassName
{
background-color: #BFE078;
}
</style>
border-color css
<style>
span { border-color: #BFE078; }
span { border-color: rgb(191,224,120); }
td.TdClassName
{
border-color: #BFE078;
}
.TagClassName
{
border-color: #BFE078;
}
</style>