Shades of Sulu #BDE28A
Tints of Sulu #BDE28A
RGB
CMYK
RGB Variations
Color information
#BDE28A (or 0xBDE28A) is known color: Sulu. HEX triplet: BD, E2 and 8A. RGB value is (189,226,138). Sum of RGB (Red+Green+Blue) = 189+226+138=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE28A is #421D75. Grayscale: #CDCDCD. Windows color (decimal): -4332918 or 9102013. OLE color: 9102013.
HSL color Cylindrical-coordinate representation of color #BDE28A: hue angle of 85.23º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE28A is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 138 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.11 |
| HSL | 85.23º | 0.6% | 0.71% | - |
| HSV(B) | 85.23º | 0.39% | 0.89% | - |
| XYZ | 52.77 | 67.05 | 34.2 | - |
| YUV | 204.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 138 | 0.16 | 0 | 0.39 | 0.11 | 85.23 | 0.6 | 0.71 |
| Hex | BD | E2 | 8A | 10 | 0 | 27 | B | 55 | 3C | 47 |
| Octal | 275 | 342 | 212 | 20 | 0 | 47 | 13 | 125 | 74 | 107 |
| Binary | 10111101 | 11100010 | 10001010 | 10000 | 0 | 100111 | 1011 | 1010101 | 111100 | 1000111 |
Color Harmonies of #BDE28A
Complementary color
Monochromatic Colors of #BDE28A
Black with #BDE28A
Text Example
Text Example
White with #BDE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE28A; }
p { color: rgb(189,226,138); }
H1.HeaderClassName
{
color: #BDE28A;
}
.AnyTagClassName
{
color: #BDE28A;
}
</style>
background-color css
<style>
a { background-color: #BDE28A; }
a { background-color: rgb(189,226,138); }
div.DivClassName
{
background-color: #BDE28A;
}
.BgClassName
{
background-color: #BDE28A;
}
</style>
border-color css
<style>
span { border-color: #BDE28A; }
span { border-color: rgb(189,226,138); }
td.TdClassName
{
border-color: #BDE28A;
}
.TagClassName
{
border-color: #BDE28A;
}
</style>