Shades of Sulu #D2FD84
Tints of Sulu #D2FD84
RGB
CMYK
RGB Variations
Color information
#D2FD84 (or 0xD2FD84) is known color: Sulu. HEX triplet: D2, FD and 84. RGB value is (210,253,132). Sum of RGB (Red+Green+Blue) = 210+253+132=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FD84 is #2D027B. Grayscale: #E2E2E2. Windows color (decimal): -2949756 or 8715730. OLE color: 8715730.
HSL color Cylindrical-coordinate representation of color #D2FD84: hue angle of 81.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2FD84 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 132 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.01 |
| HSL | 81.32º | 0.97% | 0.75% | - |
| HSV(B) | 81.32º | 0.48% | 0.99% | - |
| XYZ | 65.87 | 85.62 | 34.88 | - |
| YUV | 226.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 132 | 0.17 | 0 | 0.48 | 0.01 | 81.32 | 0.97 | 0.75 |
| Hex | D2 | FD | 84 | 11 | 0 | 30 | 1 | 51 | 61 | 4B |
| Octal | 322 | 375 | 204 | 21 | 0 | 60 | 1 | 121 | 141 | 113 |
| Binary | 11010010 | 11111101 | 10000100 | 10001 | 0 | 110000 | 1 | 1010001 | 1100001 | 1001011 |
Color Harmonies of #D2FD84
Complementary color
Monochromatic Colors of #D2FD84
Black with #D2FD84
Text Example
Text Example
White with #D2FD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD84; }
p { color: rgb(210,253,132); }
H1.HeaderClassName
{
color: #D2FD84;
}
.AnyTagClassName
{
color: #D2FD84;
}
</style>
background-color css
<style>
a { background-color: #D2FD84; }
a { background-color: rgb(210,253,132); }
div.DivClassName
{
background-color: #D2FD84;
}
.BgClassName
{
background-color: #D2FD84;
}
</style>
border-color css
<style>
span { border-color: #D2FD84; }
span { border-color: rgb(210,253,132); }
td.TdClassName
{
border-color: #D2FD84;
}
.TagClassName
{
border-color: #D2FD84;
}
</style>