Shades of Sulu #D5F385
Tints of Sulu #D5F385
RGB
CMYK
RGB Variations
Color information
#D5F385 (or 0xD5F385) is known color: Sulu. HEX triplet: D5, F3 and 85. RGB value is (213,243,133). Sum of RGB (Red+Green+Blue) = 213+243+133=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F385 is #2A0C7A. Grayscale: #DDDDDD. Windows color (decimal): -2755707 or 8778709. OLE color: 8778709.
HSL color Cylindrical-coordinate representation of color #D5F385: hue angle of 76.36º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5F385 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 133 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.05 |
| HSL | 76.36º | 0.82% | 0.74% | - |
| HSV(B) | 76.36º | 0.45% | 0.95% | - |
| XYZ | 63.72 | 79.94 | 34.26 | - |
| YUV | 221.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 133 | 0.12 | 0 | 0.45 | 0.05 | 76.36 | 0.82 | 0.74 |
| Hex | D5 | F3 | 85 | C | 0 | 2D | 5 | 4C | 52 | 4A |
| Octal | 325 | 363 | 205 | 14 | 0 | 55 | 5 | 114 | 122 | 112 |
| Binary | 11010101 | 11110011 | 10000101 | 1100 | 0 | 101101 | 101 | 1001100 | 1010010 | 1001010 |
Color Harmonies of #D5F385
Complementary color
Monochromatic Colors of #D5F385
Black with #D5F385
Text Example
Text Example
White with #D5F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F385; }
p { color: rgb(213,243,133); }
H1.HeaderClassName
{
color: #D5F385;
}
.AnyTagClassName
{
color: #D5F385;
}
</style>
background-color css
<style>
a { background-color: #D5F385; }
a { background-color: rgb(213,243,133); }
div.DivClassName
{
background-color: #D5F385;
}
.BgClassName
{
background-color: #D5F385;
}
</style>
border-color css
<style>
span { border-color: #D5F385; }
span { border-color: rgb(213,243,133); }
td.TdClassName
{
border-color: #D5F385;
}
.TagClassName
{
border-color: #D5F385;
}
</style>