Shades of Sulu #BFE270
Tints of Sulu #BFE270
RGB
CMYK
RGB Variations
Color information
#BFE270 (or 0xBFE270) is known color: Sulu. HEX triplet: BF, E2 and 70. RGB value is (191,226,112). Sum of RGB (Red+Green+Blue) = 191+226+112=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE270 is #401D8F. Grayscale: #CACACA. Windows color (decimal): -4201872 or 7398079. OLE color: 7398079.
HSL color Cylindrical-coordinate representation of color #BFE270: hue angle of 78.42º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE270 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 112 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.11 |
| HSL | 78.42º | 0.66% | 0.66% | - |
| HSV(B) | 78.42º | 0.5% | 0.89% | - |
| XYZ | 51.61 | 66.64 | 25.47 | - |
| YUV | 202.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 112 | 0.15 | 0 | 0.50 | 0.11 | 78.42 | 0.66 | 0.66 |
| Hex | BF | E2 | 70 | F | 0 | 32 | B | 4E | 42 | 42 |
| Octal | 277 | 342 | 160 | 17 | 0 | 62 | 13 | 116 | 102 | 102 |
| Binary | 10111111 | 11100010 | 1110000 | 1111 | 0 | 110010 | 1011 | 1001110 | 1000010 | 1000010 |
Color Harmonies of #BFE270
Complementary color
Monochromatic Colors of #BFE270
Black with #BFE270
Text Example
Text Example
White with #BFE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE270; }
p { color: rgb(191,226,112); }
H1.HeaderClassName
{
color: #BFE270;
}
.AnyTagClassName
{
color: #BFE270;
}
</style>
background-color css
<style>
a { background-color: #BFE270; }
a { background-color: rgb(191,226,112); }
div.DivClassName
{
background-color: #BFE270;
}
.BgClassName
{
background-color: #BFE270;
}
</style>
border-color css
<style>
span { border-color: #BFE270; }
span { border-color: rgb(191,226,112); }
td.TdClassName
{
border-color: #BFE270;
}
.TagClassName
{
border-color: #BFE270;
}
</style>