Shades of Sulu #BDE181
Tints of Sulu #BDE181
RGB
CMYK
RGB Variations
Color information
#BDE181 (or 0xBDE181) is known color: Sulu. HEX triplet: BD, E1 and 81. RGB value is (189,225,129). Sum of RGB (Red+Green+Blue) = 189+225+129=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE181 is #421E7E. Grayscale: #CBCBCB. Windows color (decimal): -4333183 or 8511933. OLE color: 8511933.
HSL color Cylindrical-coordinate representation of color #BDE181: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE181 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 129 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.12 |
| HSL | 82.5º | 0.62% | 0.69% | - |
| HSV(B) | 82.5º | 0.43% | 0.88% | - |
| XYZ | 51.87 | 66.25 | 30.82 | - |
| YUV | 203.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 129 | 0.16 | 0 | 0.43 | 0.12 | 82.5 | 0.62 | 0.69 |
| Hex | BD | E1 | 81 | 10 | 0 | 2B | C | 52 | 3E | 45 |
| Octal | 275 | 341 | 201 | 20 | 0 | 53 | 14 | 122 | 76 | 105 |
| Binary | 10111101 | 11100001 | 10000001 | 10000 | 0 | 101011 | 1100 | 1010010 | 111110 | 1000101 |
Color Harmonies of #BDE181
Complementary color
Monochromatic Colors of #BDE181
Black with #BDE181
Text Example
Text Example
White with #BDE181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE181; }
p { color: rgb(189,225,129); }
H1.HeaderClassName
{
color: #BDE181;
}
.AnyTagClassName
{
color: #BDE181;
}
</style>
background-color css
<style>
a { background-color: #BDE181; }
a { background-color: rgb(189,225,129); }
div.DivClassName
{
background-color: #BDE181;
}
.BgClassName
{
background-color: #BDE181;
}
</style>
border-color css
<style>
span { border-color: #BDE181; }
span { border-color: rgb(189,225,129); }
td.TdClassName
{
border-color: #BDE181;
}
.TagClassName
{
border-color: #BDE181;
}
</style>