Shades of Sulu #BEE17F
Tints of Sulu #BEE17F
RGB
CMYK
RGB Variations
Color information
#BEE17F (or 0xBEE17F) is known color: Sulu. HEX triplet: BE, E1 and 7F. RGB value is (190,225,127). Sum of RGB (Red+Green+Blue) = 190+225+127=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE17F is #411E80. Grayscale: #CBCBCB. Windows color (decimal): -4267649 or 8380862. OLE color: 8380862.
HSL color Cylindrical-coordinate representation of color #BEE17F: hue angle of 81.43º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEE17F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 127 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.12 |
| HSL | 81.43º | 0.62% | 0.69% | - |
| HSV(B) | 81.43º | 0.44% | 0.88% | - |
| XYZ | 51.99 | 66.33 | 30.14 | - |
| YUV | 203.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 127 | 0.16 | 0 | 0.44 | 0.12 | 81.43 | 0.62 | 0.69 |
| Hex | BE | E1 | 7F | 10 | 0 | 2C | C | 51 | 3E | 45 |
| Octal | 276 | 341 | 177 | 20 | 0 | 54 | 14 | 121 | 76 | 105 |
| Binary | 10111110 | 11100001 | 1111111 | 10000 | 0 | 101100 | 1100 | 1010001 | 111110 | 1000101 |
Color Harmonies of #BEE17F
Complementary color
Monochromatic Colors of #BEE17F
Black with #BEE17F
Text Example
Text Example
White with #BEE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE17F; }
p { color: rgb(190,225,127); }
H1.HeaderClassName
{
color: #BEE17F;
}
.AnyTagClassName
{
color: #BEE17F;
}
</style>
background-color css
<style>
a { background-color: #BEE17F; }
a { background-color: rgb(190,225,127); }
div.DivClassName
{
background-color: #BEE17F;
}
.BgClassName
{
background-color: #BEE17F;
}
</style>
border-color css
<style>
span { border-color: #BEE17F; }
span { border-color: rgb(190,225,127); }
td.TdClassName
{
border-color: #BEE17F;
}
.TagClassName
{
border-color: #BEE17F;
}
</style>