Shades of Sulu #BDE78A
Tints of Sulu #BDE78A
RGB
CMYK
RGB Variations
Color information
#BDE78A (or 0xBDE78A) is known color: Sulu. HEX triplet: BD, E7 and 8A. RGB value is (189,231,138). Sum of RGB (Red+Green+Blue) = 189+231+138=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE78A is #421875. Grayscale: #D0D0D0. Windows color (decimal): -4331638 or 9103293. OLE color: 9103293.
HSL color Cylindrical-coordinate representation of color #BDE78A: hue angle of 87.1º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE78A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 138 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.09 |
| HSL | 87.1º | 0.66% | 0.72% | - |
| HSV(B) | 87.1º | 0.4% | 0.91% | - |
| XYZ | 54.15 | 69.81 | 34.66 | - |
| YUV | 207.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 138 | 0.18 | 0 | 0.40 | 0.09 | 87.1 | 0.66 | 0.72 |
| Hex | BD | E7 | 8A | 12 | 0 | 28 | 9 | 57 | 42 | 48 |
| Octal | 275 | 347 | 212 | 22 | 0 | 50 | 11 | 127 | 102 | 110 |
| Binary | 10111101 | 11100111 | 10001010 | 10010 | 0 | 101000 | 1001 | 1010111 | 1000010 | 1001000 |
Color Harmonies of #BDE78A
Complementary color
Monochromatic Colors of #BDE78A
Black with #BDE78A
Text Example
Text Example
White with #BDE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE78A; }
p { color: rgb(189,231,138); }
H1.HeaderClassName
{
color: #BDE78A;
}
.AnyTagClassName
{
color: #BDE78A;
}
</style>
background-color css
<style>
a { background-color: #BDE78A; }
a { background-color: rgb(189,231,138); }
div.DivClassName
{
background-color: #BDE78A;
}
.BgClassName
{
background-color: #BDE78A;
}
</style>
border-color css
<style>
span { border-color: #BDE78A; }
span { border-color: rgb(189,231,138); }
td.TdClassName
{
border-color: #BDE78A;
}
.TagClassName
{
border-color: #BDE78A;
}
</style>