Shades of Sulu #BDE57E
Tints of Sulu #BDE57E
RGB
CMYK
RGB Variations
Color information
#BDE57E (or 0xBDE57E) is known color: Sulu. HEX triplet: BD, E5 and 7E. RGB value is (189,229,126). Sum of RGB (Red+Green+Blue) = 189+229+126=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE57E is #421A81. Grayscale: #CDCDCD. Windows color (decimal): -4332162 or 8316349. OLE color: 8316349.
HSL color Cylindrical-coordinate representation of color #BDE57E: hue angle of 83.3º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE57E is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 126 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.10 |
| HSL | 83.3º | 0.66% | 0.7% | - |
| HSV(B) | 83.3º | 0.45% | 0.9% | - |
| XYZ | 52.77 | 68.36 | 30.15 | - |
| YUV | 205.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 126 | 0.17 | 0 | 0.45 | 0.10 | 83.3 | 0.66 | 0.7 |
| Hex | BD | E5 | 7E | 11 | 0 | 2D | A | 53 | 42 | 46 |
| Octal | 275 | 345 | 176 | 21 | 0 | 55 | 12 | 123 | 102 | 106 |
| Binary | 10111101 | 11100101 | 1111110 | 10001 | 0 | 101101 | 1010 | 1010011 | 1000010 | 1000110 |
Color Harmonies of #BDE57E
Complementary color
Monochromatic Colors of #BDE57E
Black with #BDE57E
Text Example
Text Example
White with #BDE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE57E; }
p { color: rgb(189,229,126); }
H1.HeaderClassName
{
color: #BDE57E;
}
.AnyTagClassName
{
color: #BDE57E;
}
</style>
background-color css
<style>
a { background-color: #BDE57E; }
a { background-color: rgb(189,229,126); }
div.DivClassName
{
background-color: #BDE57E;
}
.BgClassName
{
background-color: #BDE57E;
}
</style>
border-color css
<style>
span { border-color: #BDE57E; }
span { border-color: rgb(189,229,126); }
td.TdClassName
{
border-color: #BDE57E;
}
.TagClassName
{
border-color: #BDE57E;
}
</style>