Shades of Sulu #BEDD6E
Tints of Sulu #BEDD6E
RGB
CMYK
RGB Variations
Color information
#BEDD6E (or 0xBEDD6E) is known color: Sulu. HEX triplet: BE, DD and 6E. RGB value is (190,221,110). Sum of RGB (Red+Green+Blue) = 190+221+110=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6E is #412291. Grayscale: #C7C7C7. Windows color (decimal): -4268690 or 7265726. OLE color: 7265726.
HSL color Cylindrical-coordinate representation of color #BEDD6E: hue angle of 76.76º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDD6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 110 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.13 |
| HSL | 76.76º | 0.62% | 0.65% | - |
| HSV(B) | 76.76º | 0.5% | 0.87% | - |
| XYZ | 49.91 | 63.79 | 24.43 | - |
| YUV | 199.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 110 | 0.14 | 0 | 0.50 | 0.13 | 76.76 | 0.62 | 0.65 |
| Hex | BE | DD | 6E | E | 0 | 32 | D | 4D | 3E | 41 |
| Octal | 276 | 335 | 156 | 16 | 0 | 62 | 15 | 115 | 76 | 101 |
| Binary | 10111110 | 11011101 | 1101110 | 1110 | 0 | 110010 | 1101 | 1001101 | 111110 | 1000001 |
Color Harmonies of #BEDD6E
Complementary color
Monochromatic Colors of #BEDD6E
Black with #BEDD6E
Text Example
Text Example
White with #BEDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD6E; }
p { color: rgb(190,221,110); }
H1.HeaderClassName
{
color: #BEDD6E;
}
.AnyTagClassName
{
color: #BEDD6E;
}
</style>
background-color css
<style>
a { background-color: #BEDD6E; }
a { background-color: rgb(190,221,110); }
div.DivClassName
{
background-color: #BEDD6E;
}
.BgClassName
{
background-color: #BEDD6E;
}
</style>
border-color css
<style>
span { border-color: #BEDD6E; }
span { border-color: rgb(190,221,110); }
td.TdClassName
{
border-color: #BEDD6E;
}
.TagClassName
{
border-color: #BEDD6E;
}
</style>