Shades of Sulu #BFE37B
Tints of Sulu #BFE37B
RGB
CMYK
RGB Variations
Color information
#BFE37B (or 0xBFE37B) is known color: Sulu. HEX triplet: BF, E3 and 7B. RGB value is (191,227,123). Sum of RGB (Red+Green+Blue) = 191+227+123=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE37B is #401C84. Grayscale: #CCCCCC. Windows color (decimal): -4201605 or 8119231. OLE color: 8119231.
HSL color Cylindrical-coordinate representation of color #BFE37B: hue angle of 80.77º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE37B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 123 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.11 |
| HSL | 80.77º | 0.65% | 0.69% | - |
| HSV(B) | 80.77º | 0.46% | 0.89% | - |
| XYZ | 52.53 | 67.44 | 28.99 | - |
| YUV | 204.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 123 | 0.16 | 0 | 0.46 | 0.11 | 80.77 | 0.65 | 0.69 |
| Hex | BF | E3 | 7B | 10 | 0 | 2E | B | 51 | 41 | 45 |
| Octal | 277 | 343 | 173 | 20 | 0 | 56 | 13 | 121 | 101 | 105 |
| Binary | 10111111 | 11100011 | 1111011 | 10000 | 0 | 101110 | 1011 | 1010001 | 1000001 | 1000101 |
Color Harmonies of #BFE37B
Complementary color
Monochromatic Colors of #BFE37B
Black with #BFE37B
Text Example
Text Example
White with #BFE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE37B; }
p { color: rgb(191,227,123); }
H1.HeaderClassName
{
color: #BFE37B;
}
.AnyTagClassName
{
color: #BFE37B;
}
</style>
background-color css
<style>
a { background-color: #BFE37B; }
a { background-color: rgb(191,227,123); }
div.DivClassName
{
background-color: #BFE37B;
}
.BgClassName
{
background-color: #BFE37B;
}
</style>
border-color css
<style>
span { border-color: #BFE37B; }
span { border-color: rgb(191,227,123); }
td.TdClassName
{
border-color: #BFE37B;
}
.TagClassName
{
border-color: #BFE37B;
}
</style>