Shades of Sulu #D2F888
Tints of Sulu #D2F888
RGB
CMYK
RGB Variations
Color information
#D2F888 (or 0xD2F888) is known color: Sulu. HEX triplet: D2, F8 and 88. RGB value is (210,248,136). Sum of RGB (Red+Green+Blue) = 210+248+136=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F888 is #2D0777. Grayscale: #E0E0E0. Windows color (decimal): -2951032 or 8976594. OLE color: 8976594.
HSL color Cylindrical-coordinate representation of color #D2F888: hue angle of 80.36º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2F888 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 136 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.03 |
| HSL | 80.36º | 0.89% | 0.75% | - |
| HSV(B) | 80.36º | 0.45% | 0.97% | - |
| XYZ | 64.59 | 82.61 | 35.83 | - |
| YUV | 223.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 136 | 0.15 | 0 | 0.45 | 0.03 | 80.36 | 0.89 | 0.75 |
| Hex | D2 | F8 | 88 | F | 0 | 2D | 3 | 50 | 59 | 4B |
| Octal | 322 | 370 | 210 | 17 | 0 | 55 | 3 | 120 | 131 | 113 |
| Binary | 11010010 | 11111000 | 10001000 | 1111 | 0 | 101101 | 11 | 1010000 | 1011001 | 1001011 |
Color Harmonies of #D2F888
Complementary color
Monochromatic Colors of #D2F888
Black with #D2F888
Text Example
Text Example
White with #D2F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F888; }
p { color: rgb(210,248,136); }
H1.HeaderClassName
{
color: #D2F888;
}
.AnyTagClassName
{
color: #D2F888;
}
</style>
background-color css
<style>
a { background-color: #D2F888; }
a { background-color: rgb(210,248,136); }
div.DivClassName
{
background-color: #D2F888;
}
.BgClassName
{
background-color: #D2F888;
}
</style>
border-color css
<style>
span { border-color: #D2F888; }
span { border-color: rgb(210,248,136); }
td.TdClassName
{
border-color: #D2F888;
}
.TagClassName
{
border-color: #D2F888;
}
</style>