Shades of Sulu #D2F884
Tints of Sulu #D2F884
RGB
CMYK
RGB Variations
Color information
#D2F884 (or 0xD2F884) is known color: Sulu. HEX triplet: D2, F8 and 84. RGB value is (210,248,132). Sum of RGB (Red+Green+Blue) = 210+248+132=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F884 is #2D077B. Grayscale: #DFDFDF. Windows color (decimal): -2951036 or 8714450. OLE color: 8714450.
HSL color Cylindrical-coordinate representation of color #D2F884: hue angle of 79.66º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2F884 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 132 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.03 |
| HSL | 79.66º | 0.89% | 0.75% | - |
| HSV(B) | 79.66º | 0.47% | 0.97% | - |
| XYZ | 64.31 | 82.5 | 34.36 | - |
| YUV | 223.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 132 | 0.15 | 0 | 0.47 | 0.03 | 79.66 | 0.89 | 0.75 |
| Hex | D2 | F8 | 84 | F | 0 | 2F | 3 | 50 | 59 | 4B |
| Octal | 322 | 370 | 204 | 17 | 0 | 57 | 3 | 120 | 131 | 113 |
| Binary | 11010010 | 11111000 | 10000100 | 1111 | 0 | 101111 | 11 | 1010000 | 1011001 | 1001011 |
Color Harmonies of #D2F884
Complementary color
Monochromatic Colors of #D2F884
Black with #D2F884
Text Example
Text Example
White with #D2F884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F884; }
p { color: rgb(210,248,132); }
H1.HeaderClassName
{
color: #D2F884;
}
.AnyTagClassName
{
color: #D2F884;
}
</style>
background-color css
<style>
a { background-color: #D2F884; }
a { background-color: rgb(210,248,132); }
div.DivClassName
{
background-color: #D2F884;
}
.BgClassName
{
background-color: #D2F884;
}
</style>
border-color css
<style>
span { border-color: #D2F884; }
span { border-color: rgb(210,248,132); }
td.TdClassName
{
border-color: #D2F884;
}
.TagClassName
{
border-color: #D2F884;
}
</style>