Shades of Sulu #BFE273
Tints of Sulu #BFE273
RGB
CMYK
RGB Variations
Color information
#BFE273 (or 0xBFE273) is known color: Sulu. HEX triplet: BF, E2 and 73. RGB value is (191,226,115). Sum of RGB (Red+Green+Blue) = 191+226+115=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE273 is #401D8C. Grayscale: #CBCBCB. Windows color (decimal): -4201869 or 7594687. OLE color: 7594687.
HSL color Cylindrical-coordinate representation of color #BFE273: hue angle of 78.92º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE273 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 115 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.11 |
| HSL | 78.92º | 0.66% | 0.67% | - |
| HSV(B) | 78.92º | 0.49% | 0.89% | - |
| XYZ | 51.78 | 66.71 | 26.37 | - |
| YUV | 202.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 115 | 0.15 | 0 | 0.49 | 0.11 | 78.92 | 0.66 | 0.67 |
| Hex | BF | E2 | 73 | F | 0 | 31 | B | 4F | 42 | 43 |
| Octal | 277 | 342 | 163 | 17 | 0 | 61 | 13 | 117 | 102 | 103 |
| Binary | 10111111 | 11100010 | 1110011 | 1111 | 0 | 110001 | 1011 | 1001111 | 1000010 | 1000011 |
Color Harmonies of #BFE273
Complementary color
Monochromatic Colors of #BFE273
Black with #BFE273
Text Example
Text Example
White with #BFE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE273; }
p { color: rgb(191,226,115); }
H1.HeaderClassName
{
color: #BFE273;
}
.AnyTagClassName
{
color: #BFE273;
}
</style>
background-color css
<style>
a { background-color: #BFE273; }
a { background-color: rgb(191,226,115); }
div.DivClassName
{
background-color: #BFE273;
}
.BgClassName
{
background-color: #BFE273;
}
</style>
border-color css
<style>
span { border-color: #BFE273; }
span { border-color: rgb(191,226,115); }
td.TdClassName
{
border-color: #BFE273;
}
.TagClassName
{
border-color: #BFE273;
}
</style>