Shades of Sulu #BEDD6D
Tints of Sulu #BEDD6D
RGB
CMYK
RGB Variations
Color information
#BEDD6D (or 0xBEDD6D) is known color: Sulu. HEX triplet: BE, DD and 6D. RGB value is (190,221,109). Sum of RGB (Red+Green+Blue) = 190+221+109=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6D is #412292. Grayscale: #C7C7C7. Windows color (decimal): -4268691 or 7200190. OLE color: 7200190.
HSL color Cylindrical-coordinate representation of color #BEDD6D: hue angle of 76.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEDD6D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 109 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.13 |
| HSL | 76.61º | 0.62% | 0.65% | - |
| HSV(B) | 76.61º | 0.51% | 0.87% | - |
| XYZ | 49.85 | 63.76 | 24.15 | - |
| YUV | 198.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 109 | 0.14 | 0 | 0.51 | 0.13 | 76.61 | 0.62 | 0.65 |
| Hex | BE | DD | 6D | E | 0 | 33 | D | 4D | 3E | 41 |
| Octal | 276 | 335 | 155 | 16 | 0 | 63 | 15 | 115 | 76 | 101 |
| Binary | 10111110 | 11011101 | 1101101 | 1110 | 0 | 110011 | 1101 | 1001101 | 111110 | 1000001 |
Color Harmonies of #BEDD6D
Complementary color
Monochromatic Colors of #BEDD6D
Black with #BEDD6D
Text Example
Text Example
White with #BEDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD6D; }
p { color: rgb(190,221,109); }
H1.HeaderClassName
{
color: #BEDD6D;
}
.AnyTagClassName
{
color: #BEDD6D;
}
</style>
background-color css
<style>
a { background-color: #BEDD6D; }
a { background-color: rgb(190,221,109); }
div.DivClassName
{
background-color: #BEDD6D;
}
.BgClassName
{
background-color: #BEDD6D;
}
</style>
border-color css
<style>
span { border-color: #BEDD6D; }
span { border-color: rgb(190,221,109); }
td.TdClassName
{
border-color: #BEDD6D;
}
.TagClassName
{
border-color: #BEDD6D;
}
</style>