Shades of Sulu #D2F584
Tints of Sulu #D2F584
RGB
CMYK
RGB Variations
Color information
#D2F584 (or 0xD2F584) is known color: Sulu. HEX triplet: D2, F5 and 84. RGB value is (210,245,132). Sum of RGB (Red+Green+Blue) = 210+245+132=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F584 is #2D0A7B. Grayscale: #DEDEDE. Windows color (decimal): -2951804 or 8713682. OLE color: 8713682.
HSL color Cylindrical-coordinate representation of color #D2F584: hue angle of 78.58º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2F584 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 132 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.04 |
| HSL | 78.58º | 0.85% | 0.74% | - |
| HSV(B) | 78.58º | 0.46% | 0.96% | - |
| XYZ | 63.4 | 80.67 | 34.06 | - |
| YUV | 221.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 132 | 0.14 | 0 | 0.46 | 0.04 | 78.58 | 0.85 | 0.74 |
| Hex | D2 | F5 | 84 | E | 0 | 2E | 4 | 4F | 55 | 4A |
| Octal | 322 | 365 | 204 | 16 | 0 | 56 | 4 | 117 | 125 | 112 |
| Binary | 11010010 | 11110101 | 10000100 | 1110 | 0 | 101110 | 100 | 1001111 | 1010101 | 1001010 |
Color Harmonies of #D2F584
Complementary color
Monochromatic Colors of #D2F584
Black with #D2F584
Text Example
Text Example
White with #D2F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F584; }
p { color: rgb(210,245,132); }
H1.HeaderClassName
{
color: #D2F584;
}
.AnyTagClassName
{
color: #D2F584;
}
</style>
background-color css
<style>
a { background-color: #D2F584; }
a { background-color: rgb(210,245,132); }
div.DivClassName
{
background-color: #D2F584;
}
.BgClassName
{
background-color: #D2F584;
}
</style>
border-color css
<style>
span { border-color: #D2F584; }
span { border-color: rgb(210,245,132); }
td.TdClassName
{
border-color: #D2F584;
}
.TagClassName
{
border-color: #D2F584;
}
</style>