Shades of Sulu #BDE47B
Tints of Sulu #BDE47B
RGB
CMYK
RGB Variations
Color information
#BDE47B (or 0xBDE47B) is known color: Sulu. HEX triplet: BD, E4 and 7B. RGB value is (189,228,123). Sum of RGB (Red+Green+Blue) = 189+228+123=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE47B is #421B84. Grayscale: #CCCCCC. Windows color (decimal): -4332421 or 8119485. OLE color: 8119485.
HSL color Cylindrical-coordinate representation of color #BDE47B: hue angle of 82.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDE47B is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 123 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.11 |
| HSL | 82.29º | 0.66% | 0.69% | - |
| HSV(B) | 82.29º | 0.46% | 0.89% | - |
| XYZ | 52.3 | 67.74 | 29.06 | - |
| YUV | 204.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 123 | 0.17 | 0 | 0.46 | 0.11 | 82.29 | 0.66 | 0.69 |
| Hex | BD | E4 | 7B | 11 | 0 | 2E | B | 52 | 42 | 45 |
| Octal | 275 | 344 | 173 | 21 | 0 | 56 | 13 | 122 | 102 | 105 |
| Binary | 10111101 | 11100100 | 1111011 | 10001 | 0 | 101110 | 1011 | 1010010 | 1000010 | 1000101 |
Color Harmonies of #BDE47B
Complementary color
Monochromatic Colors of #BDE47B
Black with #BDE47B
Text Example
Text Example
White with #BDE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE47B; }
p { color: rgb(189,228,123); }
H1.HeaderClassName
{
color: #BDE47B;
}
.AnyTagClassName
{
color: #BDE47B;
}
</style>
background-color css
<style>
a { background-color: #BDE47B; }
a { background-color: rgb(189,228,123); }
div.DivClassName
{
background-color: #BDE47B;
}
.BgClassName
{
background-color: #BDE47B;
}
</style>
border-color css
<style>
span { border-color: #BDE47B; }
span { border-color: rgb(189,228,123); }
td.TdClassName
{
border-color: #BDE47B;
}
.TagClassName
{
border-color: #BDE47B;
}
</style>