Shades of Sulu #BDE18A
Tints of Sulu #BDE18A
RGB
CMYK
RGB Variations
Color information
#BDE18A (or 0xBDE18A) is known color: Sulu. HEX triplet: BD, E1 and 8A. RGB value is (189,225,138). Sum of RGB (Red+Green+Blue) = 189+225+138=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18A is #421E75. Grayscale: #CCCCCC. Windows color (decimal): -4333174 or 9101757. OLE color: 9101757.
HSL color Cylindrical-coordinate representation of color #BDE18A: hue angle of 84.83º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE18A is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 138 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.12 |
| HSL | 84.83º | 0.59% | 0.71% | - |
| HSV(B) | 84.83º | 0.39% | 0.88% | - |
| XYZ | 52.5 | 66.5 | 34.11 | - |
| YUV | 204.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 138 | 0.16 | 0 | 0.39 | 0.12 | 84.83 | 0.59 | 0.71 |
| Hex | BD | E1 | 8A | 10 | 0 | 27 | C | 55 | 3B | 47 |
| Octal | 275 | 341 | 212 | 20 | 0 | 47 | 14 | 125 | 73 | 107 |
| Binary | 10111101 | 11100001 | 10001010 | 10000 | 0 | 100111 | 1100 | 1010101 | 111011 | 1000111 |
Color Harmonies of #BDE18A
Complementary color
Monochromatic Colors of #BDE18A
Black with #BDE18A
Text Example
Text Example
White with #BDE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE18A; }
p { color: rgb(189,225,138); }
H1.HeaderClassName
{
color: #BDE18A;
}
.AnyTagClassName
{
color: #BDE18A;
}
</style>
background-color css
<style>
a { background-color: #BDE18A; }
a { background-color: rgb(189,225,138); }
div.DivClassName
{
background-color: #BDE18A;
}
.BgClassName
{
background-color: #BDE18A;
}
</style>
border-color css
<style>
span { border-color: #BDE18A; }
span { border-color: rgb(189,225,138); }
td.TdClassName
{
border-color: #BDE18A;
}
.TagClassName
{
border-color: #BDE18A;
}
</style>