Shades of Sulu #D2FC84
Tints of Sulu #D2FC84
RGB
CMYK
RGB Variations
Color information
#D2FC84 (or 0xD2FC84) is known color: Sulu. HEX triplet: D2, FC and 84. RGB value is (210,252,132). Sum of RGB (Red+Green+Blue) = 210+252+132=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FC84 is #2D037B. Grayscale: #E2E2E2. Windows color (decimal): -2950012 or 8715474. OLE color: 8715474.
HSL color Cylindrical-coordinate representation of color #D2FC84: hue angle of 81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2FC84 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 132 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.01 |
| HSL | 81º | 0.95% | 0.75% | - |
| HSV(B) | 81º | 0.48% | 0.99% | - |
| XYZ | 65.55 | 84.99 | 34.78 | - |
| YUV | 225.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 132 | 0.17 | 0 | 0.48 | 0.01 | 81 | 0.95 | 0.75 |
| Hex | D2 | FC | 84 | 11 | 0 | 30 | 1 | 51 | 5F | 4B |
| Octal | 322 | 374 | 204 | 21 | 0 | 60 | 1 | 121 | 137 | 113 |
| Binary | 11010010 | 11111100 | 10000100 | 10001 | 0 | 110000 | 1 | 1010001 | 1011111 | 1001011 |
Color Harmonies of #D2FC84
Complementary color
Monochromatic Colors of #D2FC84
Black with #D2FC84
Text Example
Text Example
White with #D2FC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC84; }
p { color: rgb(210,252,132); }
H1.HeaderClassName
{
color: #D2FC84;
}
.AnyTagClassName
{
color: #D2FC84;
}
</style>
background-color css
<style>
a { background-color: #D2FC84; }
a { background-color: rgb(210,252,132); }
div.DivClassName
{
background-color: #D2FC84;
}
.BgClassName
{
background-color: #D2FC84;
}
</style>
border-color css
<style>
span { border-color: #D2FC84; }
span { border-color: rgb(210,252,132); }
td.TdClassName
{
border-color: #D2FC84;
}
.TagClassName
{
border-color: #D2FC84;
}
</style>