Shades of Sulu #D5F57D
Tints of Sulu #D5F57D
RGB
CMYK
RGB Variations
Color information
#D5F57D (or 0xD5F57D) is known color: Sulu. HEX triplet: D5, F5 and 7D. RGB value is (213,245,125). Sum of RGB (Red+Green+Blue) = 213+245+125=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F57D is #2A0A82. Grayscale: #DEDEDE. Windows color (decimal): -2755203 or 8254933. OLE color: 8254933.
HSL color Cylindrical-coordinate representation of color #D5F57D: hue angle of 76º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5F57D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 125 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.04 |
| HSL | 76º | 0.86% | 0.73% | - |
| HSV(B) | 76º | 0.49% | 0.96% | - |
| XYZ | 63.79 | 80.93 | 31.66 | - |
| YUV | 221.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 125 | 0.13 | 0 | 0.49 | 0.04 | 76 | 0.86 | 0.73 |
| Hex | D5 | F5 | 7D | D | 0 | 31 | 4 | 4C | 56 | 49 |
| Octal | 325 | 365 | 175 | 15 | 0 | 61 | 4 | 114 | 126 | 111 |
| Binary | 11010101 | 11110101 | 1111101 | 1101 | 0 | 110001 | 100 | 1001100 | 1010110 | 1001001 |
Color Harmonies of #D5F57D
Complementary color
Monochromatic Colors of #D5F57D
Black with #D5F57D
Text Example
Text Example
White with #D5F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F57D; }
p { color: rgb(213,245,125); }
H1.HeaderClassName
{
color: #D5F57D;
}
.AnyTagClassName
{
color: #D5F57D;
}
</style>
background-color css
<style>
a { background-color: #D5F57D; }
a { background-color: rgb(213,245,125); }
div.DivClassName
{
background-color: #D5F57D;
}
.BgClassName
{
background-color: #D5F57D;
}
</style>
border-color css
<style>
span { border-color: #D5F57D; }
span { border-color: rgb(213,245,125); }
td.TdClassName
{
border-color: #D5F57D;
}
.TagClassName
{
border-color: #D5F57D;
}
</style>