Shades of Sulu #BEEC6D
Tints of Sulu #BEEC6D
RGB
CMYK
RGB Variations
Color information
#BEEC6D (or 0xBEEC6D) is known color: Sulu. HEX triplet: BE, EC and 6D. RGB value is (190,236,109). Sum of RGB (Red+Green+Blue) = 190+236+109=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC6D is #411392. Grayscale: #D0D0D0. Windows color (decimal): -4264851 or 7204030. OLE color: 7204030.
HSL color Cylindrical-coordinate representation of color #BEEC6D: hue angle of 81.73º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEEC6D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 109 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.07 |
| HSL | 81.73º | 0.77% | 0.68% | - |
| HSV(B) | 81.73º | 0.54% | 0.93% | - |
| XYZ | 53.99 | 72.04 | 25.53 | - |
| YUV | 207.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 109 | 0.19 | 0 | 0.54 | 0.07 | 81.73 | 0.77 | 0.68 |
| Hex | BE | EC | 6D | 13 | 0 | 36 | 7 | 52 | 4D | 44 |
| Octal | 276 | 354 | 155 | 23 | 0 | 66 | 7 | 122 | 115 | 104 |
| Binary | 10111110 | 11101100 | 1101101 | 10011 | 0 | 110110 | 111 | 1010010 | 1001101 | 1000100 |
Color Harmonies of #BEEC6D
Complementary color
Monochromatic Colors of #BEEC6D
Black with #BEEC6D
Text Example
Text Example
White with #BEEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC6D; }
p { color: rgb(190,236,109); }
H1.HeaderClassName
{
color: #BEEC6D;
}
.AnyTagClassName
{
color: #BEEC6D;
}
</style>
background-color css
<style>
a { background-color: #BEEC6D; }
a { background-color: rgb(190,236,109); }
div.DivClassName
{
background-color: #BEEC6D;
}
.BgClassName
{
background-color: #BEEC6D;
}
</style>
border-color css
<style>
span { border-color: #BEEC6D; }
span { border-color: rgb(190,236,109); }
td.TdClassName
{
border-color: #BEEC6D;
}
.TagClassName
{
border-color: #BEEC6D;
}
</style>