Shades of Sulu #BED57C
Tints of Sulu #BED57C
RGB
CMYK
RGB Variations
Color information
#BED57C (or 0xBED57C) is known color: Sulu. HEX triplet: BE, D5 and 7C. RGB value is (190,213,124). Sum of RGB (Red+Green+Blue) = 190+213+124=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57C is #412A83. Grayscale: #C4C4C4. Windows color (decimal): -4270724 or 8181182. OLE color: 8181182.
HSL color Cylindrical-coordinate representation of color #BED57C: hue angle of 75.51º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BED57C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 124 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.16 |
| HSL | 75.51º | 0.51% | 0.66% | - |
| HSV(B) | 75.51º | 0.42% | 0.84% | - |
| XYZ | 48.67 | 59.99 | 28.08 | - |
| YUV | 195.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 124 | 0.11 | 0 | 0.42 | 0.16 | 75.51 | 0.51 | 0.66 |
| Hex | BE | D5 | 7C | B | 0 | 2A | 10 | 4C | 33 | 42 |
| Octal | 276 | 325 | 174 | 13 | 0 | 52 | 20 | 114 | 63 | 102 |
| Binary | 10111110 | 11010101 | 1111100 | 1011 | 0 | 101010 | 10000 | 1001100 | 110011 | 1000010 |
Color Harmonies of #BED57C
Complementary color
Monochromatic Colors of #BED57C
Black with #BED57C
Text Example
Text Example
White with #BED57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED57C; }
p { color: rgb(190,213,124); }
H1.HeaderClassName
{
color: #BED57C;
}
.AnyTagClassName
{
color: #BED57C;
}
</style>
background-color css
<style>
a { background-color: #BED57C; }
a { background-color: rgb(190,213,124); }
div.DivClassName
{
background-color: #BED57C;
}
.BgClassName
{
background-color: #BED57C;
}
</style>
border-color css
<style>
span { border-color: #BED57C; }
span { border-color: rgb(190,213,124); }
td.TdClassName
{
border-color: #BED57C;
}
.TagClassName
{
border-color: #BED57C;
}
</style>