Shades of Sulu #BDE18E
Tints of Sulu #BDE18E
RGB
CMYK
RGB Variations
Color information
#BDE18E (or 0xBDE18E) is known color: Sulu. HEX triplet: BD, E1 and 8E. RGB value is (189,225,142). Sum of RGB (Red+Green+Blue) = 189+225+142=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18E is #421E71. Grayscale: #CDCDCD. Windows color (decimal): -4333170 or 9363901. OLE color: 9363901.
HSL color Cylindrical-coordinate representation of color #BDE18E: hue angle of 86.02º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE18E is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 142 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.12 |
| HSL | 86.02º | 0.58% | 0.72% | - |
| HSV(B) | 86.02º | 0.37% | 0.88% | - |
| XYZ | 52.79 | 66.62 | 35.67 | - |
| YUV | 204.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 142 | 0.16 | 0 | 0.37 | 0.12 | 86.02 | 0.58 | 0.72 |
| Hex | BD | E1 | 8E | 10 | 0 | 25 | C | 56 | 3A | 48 |
| Octal | 275 | 341 | 216 | 20 | 0 | 45 | 14 | 126 | 72 | 110 |
| Binary | 10111101 | 11100001 | 10001110 | 10000 | 0 | 100101 | 1100 | 1010110 | 111010 | 1001000 |
Color Harmonies of #BDE18E
Complementary color
Monochromatic Colors of #BDE18E
Black with #BDE18E
Text Example
Text Example
White with #BDE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE18E; }
p { color: rgb(189,225,142); }
H1.HeaderClassName
{
color: #BDE18E;
}
.AnyTagClassName
{
color: #BDE18E;
}
</style>
background-color css
<style>
a { background-color: #BDE18E; }
a { background-color: rgb(189,225,142); }
div.DivClassName
{
background-color: #BDE18E;
}
.BgClassName
{
background-color: #BDE18E;
}
</style>
border-color css
<style>
span { border-color: #BDE18E; }
span { border-color: rgb(189,225,142); }
td.TdClassName
{
border-color: #BDE18E;
}
.TagClassName
{
border-color: #BDE18E;
}
</style>