Shades of Sulu #BEE07E
Tints of Sulu #BEE07E
RGB
CMYK
RGB Variations
Color information
#BEE07E (or 0xBEE07E) is known color: Sulu. HEX triplet: BE, E0 and 7E. RGB value is (190,224,126). Sum of RGB (Red+Green+Blue) = 190+224+126=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE07E is #411F81. Grayscale: #CBCBCB. Windows color (decimal): -4267906 or 8315070. OLE color: 8315070.
HSL color Cylindrical-coordinate representation of color #BEE07E: hue angle of 80.82º degrees, saturation: 0.61, 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 #BEE07E is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 126 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.12 |
| HSL | 80.82º | 0.61% | 0.69% | - |
| HSV(B) | 80.82º | 0.44% | 0.88% | - |
| XYZ | 51.66 | 65.76 | 29.71 | - |
| YUV | 202.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 126 | 0.15 | 0 | 0.44 | 0.12 | 80.82 | 0.61 | 0.69 |
| Hex | BE | E0 | 7E | F | 0 | 2C | C | 51 | 3D | 45 |
| Octal | 276 | 340 | 176 | 17 | 0 | 54 | 14 | 121 | 75 | 105 |
| Binary | 10111110 | 11100000 | 1111110 | 1111 | 0 | 101100 | 1100 | 1010001 | 111101 | 1000101 |
Color Harmonies of #BEE07E
Complementary color
Monochromatic Colors of #BEE07E
Black with #BEE07E
Text Example
Text Example
White with #BEE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE07E; }
p { color: rgb(190,224,126); }
H1.HeaderClassName
{
color: #BEE07E;
}
.AnyTagClassName
{
color: #BEE07E;
}
</style>
background-color css
<style>
a { background-color: #BEE07E; }
a { background-color: rgb(190,224,126); }
div.DivClassName
{
background-color: #BEE07E;
}
.BgClassName
{
background-color: #BEE07E;
}
</style>
border-color css
<style>
span { border-color: #BEE07E; }
span { border-color: rgb(190,224,126); }
td.TdClassName
{
border-color: #BEE07E;
}
.TagClassName
{
border-color: #BEE07E;
}
</style>