Shades of Sulu #BEDC6F
Tints of Sulu #BEDC6F
RGB
CMYK
RGB Variations
Color information
#BEDC6F (or 0xBEDC6F) is known color: Sulu. HEX triplet: BE, DC and 6F. RGB value is (190,220,111). Sum of RGB (Red+Green+Blue) = 190+220+111=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC6F is #412390. Grayscale: #C7C7C7. Windows color (decimal): -4268945 or 7331006. OLE color: 7331006.
HSL color Cylindrical-coordinate representation of color #BEDC6F: hue angle of 76.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDC6F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 111 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.14 |
| HSL | 76.51º | 0.61% | 0.65% | - |
| HSV(B) | 76.51º | 0.5% | 0.86% | - |
| XYZ | 49.7 | 63.28 | 24.63 | - |
| YUV | 198.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 111 | 0.14 | 0 | 0.50 | 0.14 | 76.51 | 0.61 | 0.65 |
| Hex | BE | DC | 6F | E | 0 | 32 | E | 4D | 3D | 41 |
| Octal | 276 | 334 | 157 | 16 | 0 | 62 | 16 | 115 | 75 | 101 |
| Binary | 10111110 | 11011100 | 1101111 | 1110 | 0 | 110010 | 1110 | 1001101 | 111101 | 1000001 |
Color Harmonies of #BEDC6F
Complementary color
Monochromatic Colors of #BEDC6F
Black with #BEDC6F
Text Example
Text Example
White with #BEDC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC6F; }
p { color: rgb(190,220,111); }
H1.HeaderClassName
{
color: #BEDC6F;
}
.AnyTagClassName
{
color: #BEDC6F;
}
</style>
background-color css
<style>
a { background-color: #BEDC6F; }
a { background-color: rgb(190,220,111); }
div.DivClassName
{
background-color: #BEDC6F;
}
.BgClassName
{
background-color: #BEDC6F;
}
</style>
border-color css
<style>
span { border-color: #BEDC6F; }
span { border-color: rgb(190,220,111); }
td.TdClassName
{
border-color: #BEDC6F;
}
.TagClassName
{
border-color: #BEDC6F;
}
</style>