Shades of Sulu #D2FE84
Tints of Sulu #D2FE84
RGB
CMYK
RGB Variations
Color information
#D2FE84 (or 0xD2FE84) is known color: Sulu. HEX triplet: D2, FE and 84. RGB value is (210,254,132). Sum of RGB (Red+Green+Blue) = 210+254+132=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FE84 is #2D017B. Grayscale: #E3E3E3. Windows color (decimal): -2949500 or 8715986. OLE color: 8715986.
HSL color Cylindrical-coordinate representation of color #D2FE84: hue angle of 81.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2FE84 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 132 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.00 |
| HSL | 81.64º | 0.98% | 0.76% | - |
| HSV(B) | 81.64º | 0.48% | 1% | - |
| XYZ | 66.19 | 86.25 | 34.99 | - |
| YUV | 226.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 132 | 0.17 | 0 | 0.48 | 0.00 | 81.64 | 0.98 | 0.76 |
| Hex | D2 | FE | 84 | 11 | 0 | 30 | 0 | 52 | 62 | 4C |
| Octal | 322 | 376 | 204 | 21 | 0 | 60 | 0 | 122 | 142 | 114 |
| Binary | 11010010 | 11111110 | 10000100 | 10001 | 0 | 110000 | 0 | 1010010 | 1100010 | 1001100 |
Color Harmonies of #D2FE84
Complementary color
Monochromatic Colors of #D2FE84
Black with #D2FE84
Text Example
Text Example
White with #D2FE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE84; }
p { color: rgb(210,254,132); }
H1.HeaderClassName
{
color: #D2FE84;
}
.AnyTagClassName
{
color: #D2FE84;
}
</style>
background-color css
<style>
a { background-color: #D2FE84; }
a { background-color: rgb(210,254,132); }
div.DivClassName
{
background-color: #D2FE84;
}
.BgClassName
{
background-color: #D2FE84;
}
</style>
border-color css
<style>
span { border-color: #D2FE84; }
span { border-color: rgb(210,254,132); }
td.TdClassName
{
border-color: #D2FE84;
}
.TagClassName
{
border-color: #D2FE84;
}
</style>