Shades of Sulu #BEE07C
Tints of Sulu #BEE07C
RGB
CMYK
RGB Variations
Color information
#BEE07C (or 0xBEE07C) is known color: Sulu. HEX triplet: BE, E0 and 7C. RGB value is (190,224,124). Sum of RGB (Red+Green+Blue) = 190+224+124=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE07C is #411F83. Grayscale: #CACACA. Windows color (decimal): -4267908 or 8183998. OLE color: 8183998.
HSL color Cylindrical-coordinate representation of color #BEE07C: hue angle of 80.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEE07C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 124 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.12 |
| HSL | 80.4º | 0.62% | 0.68% | - |
| HSV(B) | 80.4º | 0.45% | 0.88% | - |
| XYZ | 51.53 | 65.71 | 29.04 | - |
| YUV | 202.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 124 | 0.15 | 0 | 0.45 | 0.12 | 80.4 | 0.62 | 0.68 |
| Hex | BE | E0 | 7C | F | 0 | 2D | C | 50 | 3E | 44 |
| Octal | 276 | 340 | 174 | 17 | 0 | 55 | 14 | 120 | 76 | 104 |
| Binary | 10111110 | 11100000 | 1111100 | 1111 | 0 | 101101 | 1100 | 1010000 | 111110 | 1000100 |
Color Harmonies of #BEE07C
Complementary color
Monochromatic Colors of #BEE07C
Black with #BEE07C
Text Example
Text Example
White with #BEE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE07C; }
p { color: rgb(190,224,124); }
H1.HeaderClassName
{
color: #BEE07C;
}
.AnyTagClassName
{
color: #BEE07C;
}
</style>
background-color css
<style>
a { background-color: #BEE07C; }
a { background-color: rgb(190,224,124); }
div.DivClassName
{
background-color: #BEE07C;
}
.BgClassName
{
background-color: #BEE07C;
}
</style>
border-color css
<style>
span { border-color: #BEE07C; }
span { border-color: rgb(190,224,124); }
td.TdClassName
{
border-color: #BEE07C;
}
.TagClassName
{
border-color: #BEE07C;
}
</style>