Shades of Sulu #BFE37D
Tints of Sulu #BFE37D
RGB
CMYK
RGB Variations
Color information
#BFE37D (or 0xBFE37D) is known color: Sulu. HEX triplet: BF, E3 and 7D. RGB value is (191,227,125). Sum of RGB (Red+Green+Blue) = 191+227+125=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE37D is #401C82. Grayscale: #CCCCCC. Windows color (decimal): -4201603 or 8250303. OLE color: 8250303.
HSL color Cylindrical-coordinate representation of color #BFE37D: hue angle of 81.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE37D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 125 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.11 |
| HSL | 81.18º | 0.65% | 0.69% | - |
| HSV(B) | 81.18º | 0.45% | 0.89% | - |
| XYZ | 52.66 | 67.5 | 29.65 | - |
| YUV | 204.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 125 | 0.16 | 0 | 0.45 | 0.11 | 81.18 | 0.65 | 0.69 |
| Hex | BF | E3 | 7D | 10 | 0 | 2D | B | 51 | 41 | 45 |
| Octal | 277 | 343 | 175 | 20 | 0 | 55 | 13 | 121 | 101 | 105 |
| Binary | 10111111 | 11100011 | 1111101 | 10000 | 0 | 101101 | 1011 | 1010001 | 1000001 | 1000101 |
Color Harmonies of #BFE37D
Complementary color
Monochromatic Colors of #BFE37D
Black with #BFE37D
Text Example
Text Example
White with #BFE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE37D; }
p { color: rgb(191,227,125); }
H1.HeaderClassName
{
color: #BFE37D;
}
.AnyTagClassName
{
color: #BFE37D;
}
</style>
background-color css
<style>
a { background-color: #BFE37D; }
a { background-color: rgb(191,227,125); }
div.DivClassName
{
background-color: #BFE37D;
}
.BgClassName
{
background-color: #BFE37D;
}
</style>
border-color css
<style>
span { border-color: #BFE37D; }
span { border-color: rgb(191,227,125); }
td.TdClassName
{
border-color: #BFE37D;
}
.TagClassName
{
border-color: #BFE37D;
}
</style>