Shades of Sulu #BEE07D
Tints of Sulu #BEE07D
RGB
CMYK
RGB Variations
Color information
#BEE07D (or 0xBEE07D) is known color: Sulu. HEX triplet: BE, E0 and 7D. RGB value is (190,224,125). Sum of RGB (Red+Green+Blue) = 190+224+125=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE07D is #411F82. Grayscale: #CACACA. Windows color (decimal): -4267907 or 8249534. OLE color: 8249534.
HSL color Cylindrical-coordinate representation of color #BEE07D: hue angle of 80.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEE07D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 125 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.12 |
| HSL | 80.61º | 0.61% | 0.68% | - |
| HSV(B) | 80.61º | 0.44% | 0.88% | - |
| XYZ | 51.59 | 65.74 | 29.37 | - |
| YUV | 202.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 125 | 0.15 | 0 | 0.44 | 0.12 | 80.61 | 0.61 | 0.68 |
| Hex | BE | E0 | 7D | F | 0 | 2C | C | 51 | 3D | 44 |
| Octal | 276 | 340 | 175 | 17 | 0 | 54 | 14 | 121 | 75 | 104 |
| Binary | 10111110 | 11100000 | 1111101 | 1111 | 0 | 101100 | 1100 | 1010001 | 111101 | 1000100 |
Color Harmonies of #BEE07D
Complementary color
Monochromatic Colors of #BEE07D
Black with #BEE07D
Text Example
Text Example
White with #BEE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE07D; }
p { color: rgb(190,224,125); }
H1.HeaderClassName
{
color: #BEE07D;
}
.AnyTagClassName
{
color: #BEE07D;
}
</style>
background-color css
<style>
a { background-color: #BEE07D; }
a { background-color: rgb(190,224,125); }
div.DivClassName
{
background-color: #BEE07D;
}
.BgClassName
{
background-color: #BEE07D;
}
</style>
border-color css
<style>
span { border-color: #BEE07D; }
span { border-color: rgb(190,224,125); }
td.TdClassName
{
border-color: #BEE07D;
}
.TagClassName
{
border-color: #BEE07D;
}
</style>