Shades of Sulu #D2F989
Tints of Sulu #D2F989
RGB
CMYK
RGB Variations
Color information
#D2F989 (or 0xD2F989) is known color: Sulu. HEX triplet: D2, F9 and 89. RGB value is (210,249,137). Sum of RGB (Red+Green+Blue) = 210+249+137=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F989 is #2D0676. Grayscale: #E0E0E0. Windows color (decimal): -2950775 or 9042386. OLE color: 9042386.
HSL color Cylindrical-coordinate representation of color #D2F989: hue angle of 80.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2F989 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 137 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.02 |
| HSL | 80.89º | 0.9% | 0.76% | - |
| HSV(B) | 80.89º | 0.45% | 0.98% | - |
| XYZ | 64.97 | 83.26 | 36.31 | - |
| YUV | 224.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 137 | 0.16 | 0 | 0.45 | 0.02 | 80.89 | 0.9 | 0.76 |
| Hex | D2 | F9 | 89 | 10 | 0 | 2D | 2 | 51 | 5A | 4C |
| Octal | 322 | 371 | 211 | 20 | 0 | 55 | 2 | 121 | 132 | 114 |
| Binary | 11010010 | 11111001 | 10001001 | 10000 | 0 | 101101 | 10 | 1010001 | 1011010 | 1001100 |
Color Harmonies of #D2F989
Complementary color
Monochromatic Colors of #D2F989
Black with #D2F989
Text Example
Text Example
White with #D2F989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F989; }
p { color: rgb(210,249,137); }
H1.HeaderClassName
{
color: #D2F989;
}
.AnyTagClassName
{
color: #D2F989;
}
</style>
background-color css
<style>
a { background-color: #D2F989; }
a { background-color: rgb(210,249,137); }
div.DivClassName
{
background-color: #D2F989;
}
.BgClassName
{
background-color: #D2F989;
}
</style>
border-color css
<style>
span { border-color: #D2F989; }
span { border-color: rgb(210,249,137); }
td.TdClassName
{
border-color: #D2F989;
}
.TagClassName
{
border-color: #D2F989;
}
</style>