Shades of Sulu #D2FA88
Tints of Sulu #D2FA88
RGB
CMYK
RGB Variations
Color information
#D2FA88 (or 0xD2FA88) is known color: Sulu. HEX triplet: D2, FA and 88. RGB value is (210,250,136). Sum of RGB (Red+Green+Blue) = 210+250+136=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA88 is #2D0577. Grayscale: #E1E1E1. Windows color (decimal): -2950520 or 8977106. OLE color: 8977106.
HSL color Cylindrical-coordinate representation of color #D2FA88: hue angle of 81.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2FA88 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 136 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.02 |
| HSL | 81.05º | 0.92% | 0.76% | - |
| HSV(B) | 81.05º | 0.46% | 0.98% | - |
| XYZ | 65.21 | 83.85 | 36.04 | - |
| YUV | 225.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 136 | 0.16 | 0 | 0.46 | 0.02 | 81.05 | 0.92 | 0.76 |
| Hex | D2 | FA | 88 | 10 | 0 | 2E | 2 | 51 | 5C | 4C |
| Octal | 322 | 372 | 210 | 20 | 0 | 56 | 2 | 121 | 134 | 114 |
| Binary | 11010010 | 11111010 | 10001000 | 10000 | 0 | 101110 | 10 | 1010001 | 1011100 | 1001100 |
Color Harmonies of #D2FA88
Complementary color
Monochromatic Colors of #D2FA88
Black with #D2FA88
Text Example
Text Example
White with #D2FA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA88; }
p { color: rgb(210,250,136); }
H1.HeaderClassName
{
color: #D2FA88;
}
.AnyTagClassName
{
color: #D2FA88;
}
</style>
background-color css
<style>
a { background-color: #D2FA88; }
a { background-color: rgb(210,250,136); }
div.DivClassName
{
background-color: #D2FA88;
}
.BgClassName
{
background-color: #D2FA88;
}
</style>
border-color css
<style>
span { border-color: #D2FA88; }
span { border-color: rgb(210,250,136); }
td.TdClassName
{
border-color: #D2FA88;
}
.TagClassName
{
border-color: #D2FA88;
}
</style>