Shades of Sulu #D3FD7D
Tints of Sulu #D3FD7D
RGB
CMYK
RGB Variations
Color information
#D3FD7D (or 0xD3FD7D) is known color: Sulu. HEX triplet: D3, FD and 7D. RGB value is (211,253,125). Sum of RGB (Red+Green+Blue) = 211+253+125=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD7D is #2C0282. Grayscale: #E2E2E2. Windows color (decimal): -2884227 or 8256979. OLE color: 8256979.
HSL color Cylindrical-coordinate representation of color #D3FD7D: hue angle of 79.69º 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 #D3FD7D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 125 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.01 |
| HSL | 79.69º | 0.97% | 0.74% | - |
| HSV(B) | 79.69º | 0.51% | 0.99% | - |
| XYZ | 65.69 | 85.58 | 32.46 | - |
| YUV | 225.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 125 | 0.17 | 0 | 0.51 | 0.01 | 79.69 | 0.97 | 0.74 |
| Hex | D3 | FD | 7D | 11 | 0 | 33 | 1 | 50 | 61 | 4A |
| Octal | 323 | 375 | 175 | 21 | 0 | 63 | 1 | 120 | 141 | 112 |
| Binary | 11010011 | 11111101 | 1111101 | 10001 | 0 | 110011 | 1 | 1010000 | 1100001 | 1001010 |
Color Harmonies of #D3FD7D
Complementary color
Monochromatic Colors of #D3FD7D
Black with #D3FD7D
Text Example
Text Example
White with #D3FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD7D; }
p { color: rgb(211,253,125); }
H1.HeaderClassName
{
color: #D3FD7D;
}
.AnyTagClassName
{
color: #D3FD7D;
}
</style>
background-color css
<style>
a { background-color: #D3FD7D; }
a { background-color: rgb(211,253,125); }
div.DivClassName
{
background-color: #D3FD7D;
}
.BgClassName
{
background-color: #D3FD7D;
}
</style>
border-color css
<style>
span { border-color: #D3FD7D; }
span { border-color: rgb(211,253,125); }
td.TdClassName
{
border-color: #D3FD7D;
}
.TagClassName
{
border-color: #D3FD7D;
}
</style>