Shades of Sulu #BDE071
Tints of Sulu #BDE071
RGB
CMYK
RGB Variations
Color information
#BDE071 (or 0xBDE071) is known color: Sulu. HEX triplet: BD, E0 and 71. RGB value is (189,224,113). Sum of RGB (Red+Green+Blue) = 189+224+113=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE071 is #421F8E. Grayscale: #C9C9C9. Windows color (decimal): -4333455 or 7463101. OLE color: 7463101.
HSL color Cylindrical-coordinate representation of color #BDE071: hue angle of 78.92º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDE071 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 113 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.12 |
| HSL | 78.92º | 0.64% | 0.66% | - |
| HSV(B) | 78.92º | 0.5% | 0.88% | - |
| XYZ | 50.62 | 65.32 | 25.56 | - |
| YUV | 200.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 113 | 0.16 | 0 | 0.50 | 0.12 | 78.92 | 0.64 | 0.66 |
| Hex | BD | E0 | 71 | 10 | 0 | 32 | C | 4F | 40 | 42 |
| Octal | 275 | 340 | 161 | 20 | 0 | 62 | 14 | 117 | 100 | 102 |
| Binary | 10111101 | 11100000 | 1110001 | 10000 | 0 | 110010 | 1100 | 1001111 | 1000000 | 1000010 |
Color Harmonies of #BDE071
Complementary color
Monochromatic Colors of #BDE071
Black with #BDE071
Text Example
Text Example
White with #BDE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE071; }
p { color: rgb(189,224,113); }
H1.HeaderClassName
{
color: #BDE071;
}
.AnyTagClassName
{
color: #BDE071;
}
</style>
background-color css
<style>
a { background-color: #BDE071; }
a { background-color: rgb(189,224,113); }
div.DivClassName
{
background-color: #BDE071;
}
.BgClassName
{
background-color: #BDE071;
}
</style>
border-color css
<style>
span { border-color: #BDE071; }
span { border-color: rgb(189,224,113); }
td.TdClassName
{
border-color: #BDE071;
}
.TagClassName
{
border-color: #BDE071;
}
</style>