Shades of Sulu #BDE37D
Tints of Sulu #BDE37D
RGB
CMYK
RGB Variations
Color information
#BDE37D (or 0xBDE37D) is known color: Sulu. HEX triplet: BD, E3 and 7D. RGB value is (189,227,125). Sum of RGB (Red+Green+Blue) = 189+227+125=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE37D is #421C82. Grayscale: #CCCCCC. Windows color (decimal): -4332675 or 8250301. OLE color: 8250301.
HSL color Cylindrical-coordinate representation of color #BDE37D: hue angle of 82.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE37D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 125 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.11 |
| HSL | 82.35º | 0.65% | 0.69% | - |
| HSV(B) | 82.35º | 0.45% | 0.89% | - |
| XYZ | 52.16 | 67.24 | 29.63 | - |
| YUV | 204.01 | 83.41 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 125 | 0.17 | 0 | 0.45 | 0.11 | 82.35 | 0.65 | 0.69 |
| Hex | BD | E3 | 7D | 11 | 0 | 2D | B | 52 | 41 | 45 |
| Octal | 275 | 343 | 175 | 21 | 0 | 55 | 13 | 122 | 101 | 105 |
| Binary | 10111101 | 11100011 | 1111101 | 10001 | 0 | 101101 | 1011 | 1010010 | 1000001 | 1000101 |
Color Harmonies of #BDE37D
Complementary color
Monochromatic Colors of #BDE37D
Black with #BDE37D
Text Example
Text Example
White with #BDE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE37D; }
p { color: rgb(189,227,125); }
H1.HeaderClassName
{
color: #BDE37D;
}
.AnyTagClassName
{
color: #BDE37D;
}
</style>
background-color css
<style>
a { background-color: #BDE37D; }
a { background-color: rgb(189,227,125); }
div.DivClassName
{
background-color: #BDE37D;
}
.BgClassName
{
background-color: #BDE37D;
}
</style>
border-color css
<style>
span { border-color: #BDE37D; }
span { border-color: rgb(189,227,125); }
td.TdClassName
{
border-color: #BDE37D;
}
.TagClassName
{
border-color: #BDE37D;
}
</style>