Shades of Sulu #D4E385
Tints of Sulu #D4E385
RGB
CMYK
RGB Variations
Color information
#D4E385 (or 0xD4E385) is known color: Sulu. HEX triplet: D4, E3 and 85. RGB value is (212,227,133). Sum of RGB (Red+Green+Blue) = 212+227+133=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E385 is #2B1C7A. Grayscale: #D4D4D4. Windows color (decimal): -2825339 or 8774612. OLE color: 8774612.
HSL color Cylindrical-coordinate representation of color #D4E385: hue angle of 69.57º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4E385 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 133 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.11 |
| HSL | 69.57º | 0.63% | 0.71% | - |
| HSV(B) | 69.57º | 0.41% | 0.89% | - |
| XYZ | 58.85 | 70.63 | 32.72 | - |
| YUV | 211.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 133 | 0.07 | 0 | 0.41 | 0.11 | 69.57 | 0.63 | 0.71 |
| Hex | D4 | E3 | 85 | 7 | 0 | 29 | B | 46 | 3F | 47 |
| Octal | 324 | 343 | 205 | 7 | 0 | 51 | 13 | 106 | 77 | 107 |
| Binary | 11010100 | 11100011 | 10000101 | 111 | 0 | 101001 | 1011 | 1000110 | 111111 | 1000111 |
Color Harmonies of #D4E385
Complementary color
Monochromatic Colors of #D4E385
Black with #D4E385
Text Example
Text Example
White with #D4E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E385; }
p { color: rgb(212,227,133); }
H1.HeaderClassName
{
color: #D4E385;
}
.AnyTagClassName
{
color: #D4E385;
}
</style>
background-color css
<style>
a { background-color: #D4E385; }
a { background-color: rgb(212,227,133); }
div.DivClassName
{
background-color: #D4E385;
}
.BgClassName
{
background-color: #D4E385;
}
</style>
border-color css
<style>
span { border-color: #D4E385; }
span { border-color: rgb(212,227,133); }
td.TdClassName
{
border-color: #D4E385;
}
.TagClassName
{
border-color: #D4E385;
}
</style>