Shades of Sulu #D2F684
Tints of Sulu #D2F684
RGB
CMYK
RGB Variations
Color information
#D2F684 (or 0xD2F684) is known color: Sulu. HEX triplet: D2, F6 and 84. RGB value is (210,246,132). Sum of RGB (Red+Green+Blue) = 210+246+132=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F684 is #2D097B. Grayscale: #DEDEDE. Windows color (decimal): -2951548 or 8713938. OLE color: 8713938.
HSL color Cylindrical-coordinate representation of color #D2F684: hue angle of 78.95º degrees, saturation: 0.86, 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 #D2F684 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 132 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.04 |
| HSL | 78.95º | 0.86% | 0.74% | - |
| HSV(B) | 78.95º | 0.46% | 0.96% | - |
| XYZ | 63.7 | 81.28 | 34.16 | - |
| YUV | 222.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 132 | 0.15 | 0 | 0.46 | 0.04 | 78.95 | 0.86 | 0.74 |
| Hex | D2 | F6 | 84 | F | 0 | 2E | 4 | 4F | 56 | 4A |
| Octal | 322 | 366 | 204 | 17 | 0 | 56 | 4 | 117 | 126 | 112 |
| Binary | 11010010 | 11110110 | 10000100 | 1111 | 0 | 101110 | 100 | 1001111 | 1010110 | 1001010 |
Color Harmonies of #D2F684
Complementary color
Monochromatic Colors of #D2F684
Black with #D2F684
Text Example
Text Example
White with #D2F684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F684; }
p { color: rgb(210,246,132); }
H1.HeaderClassName
{
color: #D2F684;
}
.AnyTagClassName
{
color: #D2F684;
}
</style>
background-color css
<style>
a { background-color: #D2F684; }
a { background-color: rgb(210,246,132); }
div.DivClassName
{
background-color: #D2F684;
}
.BgClassName
{
background-color: #D2F684;
}
</style>
border-color css
<style>
span { border-color: #D2F684; }
span { border-color: rgb(210,246,132); }
td.TdClassName
{
border-color: #D2F684;
}
.TagClassName
{
border-color: #D2F684;
}
</style>