Shades of Sulu #BEDC7C
Tints of Sulu #BEDC7C
RGB
CMYK
RGB Variations
Color information
#BEDC7C (or 0xBEDC7C) is known color: Sulu. HEX triplet: BE, DC and 7C. RGB value is (190,220,124). Sum of RGB (Red+Green+Blue) = 190+220+124=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC7C is #412383. Grayscale: #C8C8C8. Windows color (decimal): -4268932 or 8182974. OLE color: 8182974.
HSL color Cylindrical-coordinate representation of color #BEDC7C: hue angle of 78.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEDC7C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 124 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.14 |
| HSL | 78.75º | 0.58% | 0.67% | - |
| HSV(B) | 78.75º | 0.44% | 0.86% | - |
| XYZ | 50.47 | 63.59 | 28.68 | - |
| YUV | 200.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 124 | 0.14 | 0 | 0.44 | 0.14 | 78.75 | 0.58 | 0.67 |
| Hex | BE | DC | 7C | E | 0 | 2C | E | 4F | 3A | 43 |
| Octal | 276 | 334 | 174 | 16 | 0 | 54 | 16 | 117 | 72 | 103 |
| Binary | 10111110 | 11011100 | 1111100 | 1110 | 0 | 101100 | 1110 | 1001111 | 111010 | 1000011 |
Color Harmonies of #BEDC7C
Complementary color
Monochromatic Colors of #BEDC7C
Black with #BEDC7C
Text Example
Text Example
White with #BEDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC7C; }
p { color: rgb(190,220,124); }
H1.HeaderClassName
{
color: #BEDC7C;
}
.AnyTagClassName
{
color: #BEDC7C;
}
</style>
background-color css
<style>
a { background-color: #BEDC7C; }
a { background-color: rgb(190,220,124); }
div.DivClassName
{
background-color: #BEDC7C;
}
.BgClassName
{
background-color: #BEDC7C;
}
</style>
border-color css
<style>
span { border-color: #BEDC7C; }
span { border-color: rgb(190,220,124); }
td.TdClassName
{
border-color: #BEDC7C;
}
.TagClassName
{
border-color: #BEDC7C;
}
</style>