Shades of Sulu #BDEF7D
Tints of Sulu #BDEF7D
RGB
CMYK
RGB Variations
Color information
#BDEF7D (or 0xBDEF7D) is known color: Sulu. HEX triplet: BD, EF and 7D. RGB value is (189,239,125). Sum of RGB (Red+Green+Blue) = 189+239+125=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF7D is #421082. Grayscale: #D3D3D3. Windows color (decimal): -4329603 or 8253373. OLE color: 8253373.
HSL color Cylindrical-coordinate representation of color #BDEF7D: hue angle of 86.32º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDEF7D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 125 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.06 |
| HSL | 86.32º | 0.78% | 0.71% | - |
| HSV(B) | 86.32º | 0.48% | 0.94% | - |
| XYZ | 55.55 | 74.03 | 30.76 | - |
| YUV | 211.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 125 | 0.21 | 0 | 0.48 | 0.06 | 86.32 | 0.78 | 0.71 |
| Hex | BD | EF | 7D | 15 | 0 | 30 | 6 | 56 | 4E | 47 |
| Octal | 275 | 357 | 175 | 25 | 0 | 60 | 6 | 126 | 116 | 107 |
| Binary | 10111101 | 11101111 | 1111101 | 10101 | 0 | 110000 | 110 | 1010110 | 1001110 | 1000111 |
Color Harmonies of #BDEF7D
Complementary color
Monochromatic Colors of #BDEF7D
Black with #BDEF7D
Text Example
Text Example
White with #BDEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF7D; }
p { color: rgb(189,239,125); }
H1.HeaderClassName
{
color: #BDEF7D;
}
.AnyTagClassName
{
color: #BDEF7D;
}
</style>
background-color css
<style>
a { background-color: #BDEF7D; }
a { background-color: rgb(189,239,125); }
div.DivClassName
{
background-color: #BDEF7D;
}
.BgClassName
{
background-color: #BDEF7D;
}
</style>
border-color css
<style>
span { border-color: #BDEF7D; }
span { border-color: rgb(189,239,125); }
td.TdClassName
{
border-color: #BDEF7D;
}
.TagClassName
{
border-color: #BDEF7D;
}
</style>