Shades of Sulu #D3FD82
Tints of Sulu #D3FD82
RGB
CMYK
RGB Variations
Color information
#D3FD82 (or 0xD3FD82) is known color: Sulu. HEX triplet: D3, FD and 82. RGB value is (211,253,130). Sum of RGB (Red+Green+Blue) = 211+253+130=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FD82 is #2C027D. Grayscale: #E2E2E2. Windows color (decimal): -2884222 or 8584659. OLE color: 8584659.
HSL color Cylindrical-coordinate representation of color #D3FD82: hue angle of 80.49º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3FD82 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 130 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.01 |
| HSL | 80.49º | 0.97% | 0.75% | - |
| HSV(B) | 80.49º | 0.49% | 0.99% | - |
| XYZ | 66.02 | 85.71 | 34.18 | - |
| YUV | 226.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 130 | 0.17 | 0 | 0.49 | 0.01 | 80.49 | 0.97 | 0.75 |
| Hex | D3 | FD | 82 | 11 | 0 | 31 | 1 | 50 | 61 | 4B |
| Octal | 323 | 375 | 202 | 21 | 0 | 61 | 1 | 120 | 141 | 113 |
| Binary | 11010011 | 11111101 | 10000010 | 10001 | 0 | 110001 | 1 | 1010000 | 1100001 | 1001011 |
Color Harmonies of #D3FD82
Complementary color
Monochromatic Colors of #D3FD82
Black with #D3FD82
Text Example
Text Example
White with #D3FD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD82; }
p { color: rgb(211,253,130); }
H1.HeaderClassName
{
color: #D3FD82;
}
.AnyTagClassName
{
color: #D3FD82;
}
</style>
background-color css
<style>
a { background-color: #D3FD82; }
a { background-color: rgb(211,253,130); }
div.DivClassName
{
background-color: #D3FD82;
}
.BgClassName
{
background-color: #D3FD82;
}
</style>
border-color css
<style>
span { border-color: #D3FD82; }
span { border-color: rgb(211,253,130); }
td.TdClassName
{
border-color: #D3FD82;
}
.TagClassName
{
border-color: #D3FD82;
}
</style>