Shades of Sulu #BED97D
Tints of Sulu #BED97D
RGB
CMYK
RGB Variations
Color information
#BED97D (or 0xBED97D) is known color: Sulu. HEX triplet: BE, D9 and 7D. RGB value is (190,217,125). Sum of RGB (Red+Green+Blue) = 190+217+125=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #BED97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED97D is #412682. Grayscale: #C6C6C6. Windows color (decimal): -4269699 or 8247742. OLE color: 8247742.
HSL color Cylindrical-coordinate representation of color #BED97D: hue angle of 77.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BED97D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 125 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.15 |
| HSL | 77.61º | 0.55% | 0.67% | - |
| HSV(B) | 77.61º | 0.42% | 0.85% | - |
| XYZ | 49.75 | 62.05 | 28.76 | - |
| YUV | 198.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 125 | 0.12 | 0 | 0.42 | 0.15 | 77.61 | 0.55 | 0.67 |
| Hex | BE | D9 | 7D | C | 0 | 2A | F | 4E | 37 | 43 |
| Octal | 276 | 331 | 175 | 14 | 0 | 52 | 17 | 116 | 67 | 103 |
| Binary | 10111110 | 11011001 | 1111101 | 1100 | 0 | 101010 | 1111 | 1001110 | 110111 | 1000011 |
Color Harmonies of #BED97D
Complementary color
Monochromatic Colors of #BED97D
Black with #BED97D
Text Example
Text Example
White with #BED97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED97D; }
p { color: rgb(190,217,125); }
H1.HeaderClassName
{
color: #BED97D;
}
.AnyTagClassName
{
color: #BED97D;
}
</style>
background-color css
<style>
a { background-color: #BED97D; }
a { background-color: rgb(190,217,125); }
div.DivClassName
{
background-color: #BED97D;
}
.BgClassName
{
background-color: #BED97D;
}
</style>
border-color css
<style>
span { border-color: #BED97D; }
span { border-color: rgb(190,217,125); }
td.TdClassName
{
border-color: #BED97D;
}
.TagClassName
{
border-color: #BED97D;
}
</style>