Shades of Sulu #BDE96E
Tints of Sulu #BDE96E
RGB
CMYK
RGB Variations
Color information
#BDE96E (or 0xBDE96E) is known color: Sulu. HEX triplet: BD, E9 and 6E. RGB value is (189,233,110). Sum of RGB (Red+Green+Blue) = 189+233+110=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE96E is #421691. Grayscale: #CECECE. Windows color (decimal): -4331154 or 7268797. OLE color: 7268797.
HSL color Cylindrical-coordinate representation of color #BDE96E: hue angle of 81.46º degrees, saturation: 0.74, 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 #BDE96E is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 110 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.09 |
| HSL | 81.46º | 0.74% | 0.67% | - |
| HSV(B) | 81.46º | 0.53% | 0.91% | - |
| XYZ | 52.94 | 70.22 | 25.52 | - |
| YUV | 205.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 110 | 0.19 | 0 | 0.53 | 0.09 | 81.46 | 0.74 | 0.67 |
| Hex | BD | E9 | 6E | 13 | 0 | 35 | 9 | 51 | 4A | 43 |
| Octal | 275 | 351 | 156 | 23 | 0 | 65 | 11 | 121 | 112 | 103 |
| Binary | 10111101 | 11101001 | 1101110 | 10011 | 0 | 110101 | 1001 | 1010001 | 1001010 | 1000011 |
Color Harmonies of #BDE96E
Complementary color
Monochromatic Colors of #BDE96E
Black with #BDE96E
Text Example
Text Example
White with #BDE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE96E; }
p { color: rgb(189,233,110); }
H1.HeaderClassName
{
color: #BDE96E;
}
.AnyTagClassName
{
color: #BDE96E;
}
</style>
background-color css
<style>
a { background-color: #BDE96E; }
a { background-color: rgb(189,233,110); }
div.DivClassName
{
background-color: #BDE96E;
}
.BgClassName
{
background-color: #BDE96E;
}
</style>
border-color css
<style>
span { border-color: #BDE96E; }
span { border-color: rgb(189,233,110); }
td.TdClassName
{
border-color: #BDE96E;
}
.TagClassName
{
border-color: #BDE96E;
}
</style>