Shades of Sulu #D7F585
Tints of Sulu #D7F585
RGB
CMYK
RGB Variations
Color information
#D7F585 (or 0xD7F585) is known color: Sulu. HEX triplet: D7, F5 and 85. RGB value is (215,245,133). Sum of RGB (Red+Green+Blue) = 215+245+133=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F585 is #280A7A. Grayscale: #DFDFDF. Windows color (decimal): -2624123 or 8779223. OLE color: 8779223.
HSL color Cylindrical-coordinate representation of color #D7F585: hue angle of 76.07º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7F585 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 133 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.04 |
| HSL | 76.07º | 0.85% | 0.74% | - |
| HSV(B) | 76.07º | 0.46% | 0.96% | - |
| XYZ | 64.91 | 81.45 | 34.49 | - |
| YUV | 223.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 133 | 0.12 | 0 | 0.46 | 0.04 | 76.07 | 0.85 | 0.74 |
| Hex | D7 | F5 | 85 | C | 0 | 2E | 4 | 4C | 55 | 4A |
| Octal | 327 | 365 | 205 | 14 | 0 | 56 | 4 | 114 | 125 | 112 |
| Binary | 11010111 | 11110101 | 10000101 | 1100 | 0 | 101110 | 100 | 1001100 | 1010101 | 1001010 |
Color Harmonies of #D7F585
Complementary color
Monochromatic Colors of #D7F585
Black with #D7F585
Text Example
Text Example
White with #D7F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F585; }
p { color: rgb(215,245,133); }
H1.HeaderClassName
{
color: #D7F585;
}
.AnyTagClassName
{
color: #D7F585;
}
</style>
background-color css
<style>
a { background-color: #D7F585; }
a { background-color: rgb(215,245,133); }
div.DivClassName
{
background-color: #D7F585;
}
.BgClassName
{
background-color: #D7F585;
}
</style>
border-color css
<style>
span { border-color: #D7F585; }
span { border-color: rgb(215,245,133); }
td.TdClassName
{
border-color: #D7F585;
}
.TagClassName
{
border-color: #D7F585;
}
</style>