Shades of Sulu #D2F084
Tints of Sulu #D2F084
RGB
CMYK
RGB Variations
Color information
#D2F084 (or 0xD2F084) is known color: Sulu. HEX triplet: D2, F0 and 84. RGB value is (210,240,132). Sum of RGB (Red+Green+Blue) = 210+240+132=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F084 is #2D0F7B. Grayscale: #DBDBDB. Windows color (decimal): -2953084 or 8712402. OLE color: 8712402.
HSL color Cylindrical-coordinate representation of color #D2F084: hue angle of 76.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2F084 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 132 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.06 |
| HSL | 76.67º | 0.78% | 0.73% | - |
| HSV(B) | 76.67º | 0.45% | 0.94% | - |
| XYZ | 61.9 | 77.69 | 33.56 | - |
| YUV | 218.72 | 79.06 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 132 | 0.12 | 0 | 0.45 | 0.06 | 76.67 | 0.78 | 0.73 |
| Hex | D2 | F0 | 84 | C | 0 | 2D | 6 | 4D | 4E | 49 |
| Octal | 322 | 360 | 204 | 14 | 0 | 55 | 6 | 115 | 116 | 111 |
| Binary | 11010010 | 11110000 | 10000100 | 1100 | 0 | 101101 | 110 | 1001101 | 1001110 | 1001001 |
Color Harmonies of #D2F084
Complementary color
Monochromatic Colors of #D2F084
Black with #D2F084
Text Example
Text Example
White with #D2F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F084; }
p { color: rgb(210,240,132); }
H1.HeaderClassName
{
color: #D2F084;
}
.AnyTagClassName
{
color: #D2F084;
}
</style>
background-color css
<style>
a { background-color: #D2F084; }
a { background-color: rgb(210,240,132); }
div.DivClassName
{
background-color: #D2F084;
}
.BgClassName
{
background-color: #D2F084;
}
</style>
border-color css
<style>
span { border-color: #D2F084; }
span { border-color: rgb(210,240,132); }
td.TdClassName
{
border-color: #D2F084;
}
.TagClassName
{
border-color: #D2F084;
}
</style>