Shades of Sulu #D6E68B
Tints of Sulu #D6E68B
RGB
CMYK
RGB Variations
Color information
#D6E68B (or 0xD6E68B) is known color: Sulu. HEX triplet: D6, E6 and 8B. RGB value is (214,230,139). Sum of RGB (Red+Green+Blue) = 214+230+139=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E68B is #291974. Grayscale: #D7D7D7. Windows color (decimal): -2693493 or 9168598. OLE color: 9168598.
HSL color Cylindrical-coordinate representation of color #D6E68B: hue angle of 70.55º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6E68B is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 139 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.10 |
| HSL | 70.55º | 0.65% | 0.72% | - |
| HSV(B) | 70.55º | 0.4% | 0.9% | - |
| XYZ | 60.69 | 72.75 | 35.27 | - |
| YUV | 214.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 139 | 0.07 | 0 | 0.40 | 0.10 | 70.55 | 0.65 | 0.72 |
| Hex | D6 | E6 | 8B | 7 | 0 | 28 | A | 47 | 41 | 48 |
| Octal | 326 | 346 | 213 | 7 | 0 | 50 | 12 | 107 | 101 | 110 |
| Binary | 11010110 | 11100110 | 10001011 | 111 | 0 | 101000 | 1010 | 1000111 | 1000001 | 1001000 |
Color Harmonies of #D6E68B
Complementary color
Monochromatic Colors of #D6E68B
Black with #D6E68B
Text Example
Text Example
White with #D6E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E68B; }
p { color: rgb(214,230,139); }
H1.HeaderClassName
{
color: #D6E68B;
}
.AnyTagClassName
{
color: #D6E68B;
}
</style>
background-color css
<style>
a { background-color: #D6E68B; }
a { background-color: rgb(214,230,139); }
div.DivClassName
{
background-color: #D6E68B;
}
.BgClassName
{
background-color: #D6E68B;
}
</style>
border-color css
<style>
span { border-color: #D6E68B; }
span { border-color: rgb(214,230,139); }
td.TdClassName
{
border-color: #D6E68B;
}
.TagClassName
{
border-color: #D6E68B;
}
</style>