Shades of Sulu #BEEC6B
Tints of Sulu #BEEC6B
RGB
CMYK
RGB Variations
Color information
#BEEC6B (or 0xBEEC6B) is known color: Sulu. HEX triplet: BE, EC and 6B. RGB value is (190,236,107). Sum of RGB (Red+Green+Blue) = 190+236+107=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC6B is #411394. Grayscale: #D0D0D0. Windows color (decimal): -4264853 or 7072958. OLE color: 7072958.
HSL color Cylindrical-coordinate representation of color #BEEC6B: hue angle of 81.4º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEEC6B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 107 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.07 |
| HSL | 81.4º | 0.77% | 0.67% | - |
| HSV(B) | 81.4º | 0.55% | 0.93% | - |
| XYZ | 53.88 | 72 | 24.97 | - |
| YUV | 207.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 107 | 0.19 | 0 | 0.55 | 0.07 | 81.4 | 0.77 | 0.67 |
| Hex | BE | EC | 6B | 13 | 0 | 37 | 7 | 51 | 4D | 43 |
| Octal | 276 | 354 | 153 | 23 | 0 | 67 | 7 | 121 | 115 | 103 |
| Binary | 10111110 | 11101100 | 1101011 | 10011 | 0 | 110111 | 111 | 1010001 | 1001101 | 1000011 |
Color Harmonies of #BEEC6B
Complementary color
Monochromatic Colors of #BEEC6B
Black with #BEEC6B
Text Example
Text Example
White with #BEEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC6B; }
p { color: rgb(190,236,107); }
H1.HeaderClassName
{
color: #BEEC6B;
}
.AnyTagClassName
{
color: #BEEC6B;
}
</style>
background-color css
<style>
a { background-color: #BEEC6B; }
a { background-color: rgb(190,236,107); }
div.DivClassName
{
background-color: #BEEC6B;
}
.BgClassName
{
background-color: #BEEC6B;
}
</style>
border-color css
<style>
span { border-color: #BEEC6B; }
span { border-color: rgb(190,236,107); }
td.TdClassName
{
border-color: #BEEC6B;
}
.TagClassName
{
border-color: #BEEC6B;
}
</style>