Shades of Sulu #BDE86E
Tints of Sulu #BDE86E
RGB
CMYK
RGB Variations
Color information
#BDE86E (or 0xBDE86E) is known color: Sulu. HEX triplet: BD, E8 and 6E. RGB value is (189,232,110). Sum of RGB (Red+Green+Blue) = 189+232+110=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE86E is #421791. Grayscale: #CDCDCD. Windows color (decimal): -4331410 or 7268541. OLE color: 7268541.
HSL color Cylindrical-coordinate representation of color #BDE86E: hue angle of 81.15º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE86E is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 110 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.09 |
| HSL | 81.15º | 0.73% | 0.67% | - |
| HSV(B) | 81.15º | 0.53% | 0.91% | - |
| XYZ | 52.66 | 69.66 | 25.42 | - |
| YUV | 205.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 110 | 0.19 | 0 | 0.53 | 0.09 | 81.15 | 0.73 | 0.67 |
| Hex | BD | E8 | 6E | 13 | 0 | 35 | 9 | 51 | 49 | 43 |
| Octal | 275 | 350 | 156 | 23 | 0 | 65 | 11 | 121 | 111 | 103 |
| Binary | 10111101 | 11101000 | 1101110 | 10011 | 0 | 110101 | 1001 | 1010001 | 1001001 | 1000011 |
Color Harmonies of #BDE86E
Complementary color
Monochromatic Colors of #BDE86E
Black with #BDE86E
Text Example
Text Example
White with #BDE86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE86E; }
p { color: rgb(189,232,110); }
H1.HeaderClassName
{
color: #BDE86E;
}
.AnyTagClassName
{
color: #BDE86E;
}
</style>
background-color css
<style>
a { background-color: #BDE86E; }
a { background-color: rgb(189,232,110); }
div.DivClassName
{
background-color: #BDE86E;
}
.BgClassName
{
background-color: #BDE86E;
}
</style>
border-color css
<style>
span { border-color: #BDE86E; }
span { border-color: rgb(189,232,110); }
td.TdClassName
{
border-color: #BDE86E;
}
.TagClassName
{
border-color: #BDE86E;
}
</style>