Shades of Sulu #BDE57A
Tints of Sulu #BDE57A
RGB
CMYK
RGB Variations
Color information
#BDE57A (or 0xBDE57A) is known color: Sulu. HEX triplet: BD, E5 and 7A. RGB value is (189,229,122). Sum of RGB (Red+Green+Blue) = 189+229+122=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE57A is #421A85. Grayscale: #CDCDCD. Windows color (decimal): -4332166 or 8054205. OLE color: 8054205.
HSL color Cylindrical-coordinate representation of color #BDE57A: hue angle of 82.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDE57A is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 122 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.10 |
| HSL | 82.43º | 0.67% | 0.69% | - |
| HSV(B) | 82.43º | 0.47% | 0.9% | - |
| XYZ | 52.52 | 68.26 | 28.82 | - |
| YUV | 204.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 122 | 0.17 | 0 | 0.47 | 0.10 | 82.43 | 0.67 | 0.69 |
| Hex | BD | E5 | 7A | 11 | 0 | 2F | A | 52 | 43 | 45 |
| Octal | 275 | 345 | 172 | 21 | 0 | 57 | 12 | 122 | 103 | 105 |
| Binary | 10111101 | 11100101 | 1111010 | 10001 | 0 | 101111 | 1010 | 1010010 | 1000011 | 1000101 |
Color Harmonies of #BDE57A
Complementary color
Monochromatic Colors of #BDE57A
Black with #BDE57A
Text Example
Text Example
White with #BDE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE57A; }
p { color: rgb(189,229,122); }
H1.HeaderClassName
{
color: #BDE57A;
}
.AnyTagClassName
{
color: #BDE57A;
}
</style>
background-color css
<style>
a { background-color: #BDE57A; }
a { background-color: rgb(189,229,122); }
div.DivClassName
{
background-color: #BDE57A;
}
.BgClassName
{
background-color: #BDE57A;
}
</style>
border-color css
<style>
span { border-color: #BDE57A; }
span { border-color: rgb(189,229,122); }
td.TdClassName
{
border-color: #BDE57A;
}
.TagClassName
{
border-color: #BDE57A;
}
</style>