Shades of Sulu #D4E78C
Tints of Sulu #D4E78C
RGB
CMYK
RGB Variations
Color information
#D4E78C (or 0xD4E78C) is known color: Sulu. HEX triplet: D4, E7 and 8C. RGB value is (212,231,140). Sum of RGB (Red+Green+Blue) = 212+231+140=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E78C is #2B1873. Grayscale: #D7D7D7. Windows color (decimal): -2824308 or 9234388. OLE color: 9234388.
HSL color Cylindrical-coordinate representation of color #D4E78C: hue angle of 72.53º 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 #D4E78C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 140 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.09 |
| HSL | 72.53º | 0.65% | 0.73% | - |
| HSV(B) | 72.53º | 0.39% | 0.91% | - |
| XYZ | 60.46 | 73.04 | 35.72 | - |
| YUV | 214.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 140 | 0.08 | 0 | 0.39 | 0.09 | 72.53 | 0.65 | 0.73 |
| Hex | D4 | E7 | 8C | 8 | 0 | 27 | 9 | 49 | 41 | 49 |
| Octal | 324 | 347 | 214 | 10 | 0 | 47 | 11 | 111 | 101 | 111 |
| Binary | 11010100 | 11100111 | 10001100 | 1000 | 0 | 100111 | 1001 | 1001001 | 1000001 | 1001001 |
Color Harmonies of #D4E78C
Complementary color
Monochromatic Colors of #D4E78C
Black with #D4E78C
Text Example
Text Example
White with #D4E78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E78C; }
p { color: rgb(212,231,140); }
H1.HeaderClassName
{
color: #D4E78C;
}
.AnyTagClassName
{
color: #D4E78C;
}
</style>
background-color css
<style>
a { background-color: #D4E78C; }
a { background-color: rgb(212,231,140); }
div.DivClassName
{
background-color: #D4E78C;
}
.BgClassName
{
background-color: #D4E78C;
}
</style>
border-color css
<style>
span { border-color: #D4E78C; }
span { border-color: rgb(212,231,140); }
td.TdClassName
{
border-color: #D4E78C;
}
.TagClassName
{
border-color: #D4E78C;
}
</style>