Shades of Sulu #BDE594
Tints of Sulu #BDE594
RGB
CMYK
RGB Variations
Color information
#BDE594 (or 0xBDE594) is known color: Sulu. HEX triplet: BD, E5 and 94. RGB value is (189,229,148). Sum of RGB (Red+Green+Blue) = 189+229+148=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE594 is #421A6B. Grayscale: #D0D0D0. Windows color (decimal): -4332140 or 9758141. OLE color: 9758141.
HSL color Cylindrical-coordinate representation of color #BDE594: hue angle of 89.63º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDE594 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 148 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.10 |
| HSL | 89.63º | 0.61% | 0.74% | - |
| HSV(B) | 89.63º | 0.35% | 0.9% | - |
| XYZ | 54.35 | 69 | 38.47 | - |
| YUV | 207.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 148 | 0.17 | 0 | 0.35 | 0.10 | 89.63 | 0.61 | 0.74 |
| Hex | BD | E5 | 94 | 11 | 0 | 23 | A | 5A | 3D | 4A |
| Octal | 275 | 345 | 224 | 21 | 0 | 43 | 12 | 132 | 75 | 112 |
| Binary | 10111101 | 11100101 | 10010100 | 10001 | 0 | 100011 | 1010 | 1011010 | 111101 | 1001010 |
Color Harmonies of #BDE594
Complementary color
Monochromatic Colors of #BDE594
Black with #BDE594
Text Example
Text Example
White with #BDE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE594; }
p { color: rgb(189,229,148); }
H1.HeaderClassName
{
color: #BDE594;
}
.AnyTagClassName
{
color: #BDE594;
}
</style>
background-color css
<style>
a { background-color: #BDE594; }
a { background-color: rgb(189,229,148); }
div.DivClassName
{
background-color: #BDE594;
}
.BgClassName
{
background-color: #BDE594;
}
</style>
border-color css
<style>
span { border-color: #BDE594; }
span { border-color: rgb(189,229,148); }
td.TdClassName
{
border-color: #BDE594;
}
.TagClassName
{
border-color: #BDE594;
}
</style>