Shades of Sulu #D5E78C
Tints of Sulu #D5E78C
RGB
CMYK
RGB Variations
Color information
#D5E78C (or 0xD5E78C) is known color: Sulu. HEX triplet: D5, E7 and 8C. RGB value is (213,231,140). Sum of RGB (Red+Green+Blue) = 213+231+140=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E78C is #2A1873. Grayscale: #D7D7D7. Windows color (decimal): -2758772 or 9234389. OLE color: 9234389.
HSL color Cylindrical-coordinate representation of color #D5E78C: hue angle of 71.87º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5E78C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 140 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.09 |
| HSL | 71.87º | 0.65% | 0.73% | - |
| HSV(B) | 71.87º | 0.39% | 0.91% | - |
| XYZ | 60.75 | 73.19 | 35.74 | - |
| YUV | 215.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 140 | 0.08 | 0 | 0.39 | 0.09 | 71.87 | 0.65 | 0.73 |
| Hex | D5 | E7 | 8C | 8 | 0 | 27 | 9 | 48 | 41 | 49 |
| Octal | 325 | 347 | 214 | 10 | 0 | 47 | 11 | 110 | 101 | 111 |
| Binary | 11010101 | 11100111 | 10001100 | 1000 | 0 | 100111 | 1001 | 1001000 | 1000001 | 1001001 |
Color Harmonies of #D5E78C
Complementary color
Monochromatic Colors of #D5E78C
Black with #D5E78C
Text Example
Text Example
White with #D5E78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E78C; }
p { color: rgb(213,231,140); }
H1.HeaderClassName
{
color: #D5E78C;
}
.AnyTagClassName
{
color: #D5E78C;
}
</style>
background-color css
<style>
a { background-color: #D5E78C; }
a { background-color: rgb(213,231,140); }
div.DivClassName
{
background-color: #D5E78C;
}
.BgClassName
{
background-color: #D5E78C;
}
</style>
border-color css
<style>
span { border-color: #D5E78C; }
span { border-color: rgb(213,231,140); }
td.TdClassName
{
border-color: #D5E78C;
}
.TagClassName
{
border-color: #D5E78C;
}
</style>