Shades of Sulu #D5FD7D
Tints of Sulu #D5FD7D
RGB
CMYK
RGB Variations
Color information
#D5FD7D (or 0xD5FD7D) is known color: Sulu. HEX triplet: D5, FD and 7D. RGB value is (213,253,125). Sum of RGB (Red+Green+Blue) = 213+253+125=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD7D is #2A0282. Grayscale: #E2E2E2. Windows color (decimal): -2753155 or 8256981. OLE color: 8256981.
HSL color Cylindrical-coordinate representation of color #D5FD7D: hue angle of 78.75º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5FD7D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 125 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.01 |
| HSL | 78.75º | 0.97% | 0.74% | - |
| HSV(B) | 78.75º | 0.51% | 0.99% | - |
| XYZ | 66.27 | 85.88 | 32.49 | - |
| YUV | 226.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 125 | 0.16 | 0 | 0.51 | 0.01 | 78.75 | 0.97 | 0.74 |
| Hex | D5 | FD | 7D | 10 | 0 | 33 | 1 | 4F | 61 | 4A |
| Octal | 325 | 375 | 175 | 20 | 0 | 63 | 1 | 117 | 141 | 112 |
| Binary | 11010101 | 11111101 | 1111101 | 10000 | 0 | 110011 | 1 | 1001111 | 1100001 | 1001010 |
Color Harmonies of #D5FD7D
Complementary color
Monochromatic Colors of #D5FD7D
Black with #D5FD7D
Text Example
Text Example
White with #D5FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD7D; }
p { color: rgb(213,253,125); }
H1.HeaderClassName
{
color: #D5FD7D;
}
.AnyTagClassName
{
color: #D5FD7D;
}
</style>
background-color css
<style>
a { background-color: #D5FD7D; }
a { background-color: rgb(213,253,125); }
div.DivClassName
{
background-color: #D5FD7D;
}
.BgClassName
{
background-color: #D5FD7D;
}
</style>
border-color css
<style>
span { border-color: #D5FD7D; }
span { border-color: rgb(213,253,125); }
td.TdClassName
{
border-color: #D5FD7D;
}
.TagClassName
{
border-color: #D5FD7D;
}
</style>