Shades of Sulu #BDEC7D
Tints of Sulu #BDEC7D
RGB
CMYK
RGB Variations
Color information
#BDEC7D (or 0xBDEC7D) is known color: Sulu. HEX triplet: BD, EC and 7D. RGB value is (189,236,125). Sum of RGB (Red+Green+Blue) = 189+236+125=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC7D is #421382. Grayscale: #D1D1D1. Windows color (decimal): -4330371 or 8252605. OLE color: 8252605.
HSL color Cylindrical-coordinate representation of color #BDEC7D: hue angle of 85.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDEC7D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 125 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.07 |
| HSL | 85.41º | 0.74% | 0.71% | - |
| HSV(B) | 85.41º | 0.47% | 0.93% | - |
| XYZ | 54.68 | 72.29 | 30.47 | - |
| YUV | 209.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 125 | 0.20 | 0 | 0.47 | 0.07 | 85.41 | 0.74 | 0.71 |
| Hex | BD | EC | 7D | 14 | 0 | 2F | 7 | 55 | 4A | 47 |
| Octal | 275 | 354 | 175 | 24 | 0 | 57 | 7 | 125 | 112 | 107 |
| Binary | 10111101 | 11101100 | 1111101 | 10100 | 0 | 101111 | 111 | 1010101 | 1001010 | 1000111 |
Color Harmonies of #BDEC7D
Complementary color
Monochromatic Colors of #BDEC7D
Black with #BDEC7D
Text Example
Text Example
White with #BDEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC7D; }
p { color: rgb(189,236,125); }
H1.HeaderClassName
{
color: #BDEC7D;
}
.AnyTagClassName
{
color: #BDEC7D;
}
</style>
background-color css
<style>
a { background-color: #BDEC7D; }
a { background-color: rgb(189,236,125); }
div.DivClassName
{
background-color: #BDEC7D;
}
.BgClassName
{
background-color: #BDEC7D;
}
</style>
border-color css
<style>
span { border-color: #BDEC7D; }
span { border-color: rgb(189,236,125); }
td.TdClassName
{
border-color: #BDEC7D;
}
.TagClassName
{
border-color: #BDEC7D;
}
</style>