Shades of Sulu #BDE17D
Tints of Sulu #BDE17D
RGB
CMYK
RGB Variations
Color information
#BDE17D (or 0xBDE17D) is known color: Sulu. HEX triplet: BD, E1 and 7D. RGB value is (189,225,125). Sum of RGB (Red+Green+Blue) = 189+225+125=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE17D is #421E82. Grayscale: #CBCBCB. Windows color (decimal): -4333187 or 8249789. OLE color: 8249789.
HSL color Cylindrical-coordinate representation of color #BDE17D: hue angle of 81.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE17D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 125 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.12 |
| HSL | 81.6º | 0.63% | 0.69% | - |
| HSV(B) | 81.6º | 0.44% | 0.88% | - |
| XYZ | 51.61 | 66.15 | 29.45 | - |
| YUV | 202.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 125 | 0.16 | 0 | 0.44 | 0.12 | 81.6 | 0.63 | 0.69 |
| Hex | BD | E1 | 7D | 10 | 0 | 2C | C | 52 | 3E | 45 |
| Octal | 275 | 341 | 175 | 20 | 0 | 54 | 14 | 122 | 76 | 105 |
| Binary | 10111101 | 11100001 | 1111101 | 10000 | 0 | 101100 | 1100 | 1010010 | 111110 | 1000101 |
Color Harmonies of #BDE17D
Complementary color
Monochromatic Colors of #BDE17D
Black with #BDE17D
Text Example
Text Example
White with #BDE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE17D; }
p { color: rgb(189,225,125); }
H1.HeaderClassName
{
color: #BDE17D;
}
.AnyTagClassName
{
color: #BDE17D;
}
</style>
background-color css
<style>
a { background-color: #BDE17D; }
a { background-color: rgb(189,225,125); }
div.DivClassName
{
background-color: #BDE17D;
}
.BgClassName
{
background-color: #BDE17D;
}
</style>
border-color css
<style>
span { border-color: #BDE17D; }
span { border-color: rgb(189,225,125); }
td.TdClassName
{
border-color: #BDE17D;
}
.TagClassName
{
border-color: #BDE17D;
}
</style>