Shades of Sulu #BDEB71
Tints of Sulu #BDEB71
RGB
CMYK
RGB Variations
Color information
#BDEB71 (or 0xBDEB71) is known color: Sulu. HEX triplet: BD, EB and 71. RGB value is (189,235,113). Sum of RGB (Red+Green+Blue) = 189+235+113=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEB71 is #42148E. Grayscale: #CFCFCF. Windows color (decimal): -4330639 or 7465917. OLE color: 7465917.
HSL color Cylindrical-coordinate representation of color #BDEB71: hue angle of 82.62º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDEB71 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 113 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.08 |
| HSL | 82.62º | 0.75% | 0.68% | - |
| HSV(B) | 82.62º | 0.52% | 0.92% | - |
| XYZ | 53.68 | 71.43 | 26.58 | - |
| YUV | 207.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 113 | 0.20 | 0 | 0.52 | 0.08 | 82.62 | 0.75 | 0.68 |
| Hex | BD | EB | 71 | 14 | 0 | 34 | 8 | 53 | 4B | 44 |
| Octal | 275 | 353 | 161 | 24 | 0 | 64 | 10 | 123 | 113 | 104 |
| Binary | 10111101 | 11101011 | 1110001 | 10100 | 0 | 110100 | 1000 | 1010011 | 1001011 | 1000100 |
Color Harmonies of #BDEB71
Complementary color
Monochromatic Colors of #BDEB71
Black with #BDEB71
Text Example
Text Example
White with #BDEB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEB71; }
p { color: rgb(189,235,113); }
H1.HeaderClassName
{
color: #BDEB71;
}
.AnyTagClassName
{
color: #BDEB71;
}
</style>
background-color css
<style>
a { background-color: #BDEB71; }
a { background-color: rgb(189,235,113); }
div.DivClassName
{
background-color: #BDEB71;
}
.BgClassName
{
background-color: #BDEB71;
}
</style>
border-color css
<style>
span { border-color: #BDEB71; }
span { border-color: rgb(189,235,113); }
td.TdClassName
{
border-color: #BDEB71;
}
.TagClassName
{
border-color: #BDEB71;
}
</style>