Shades of Sulu #D2F87A
Tints of Sulu #D2F87A
RGB
CMYK
RGB Variations
Color information
#D2F87A (or 0xD2F87A) is known color: Sulu. HEX triplet: D2, F8 and 7A. RGB value is (210,248,122). Sum of RGB (Red+Green+Blue) = 210+248+122=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F87A is #2D0785. Grayscale: #DEDEDE. Windows color (decimal): -2951046 or 8059090. OLE color: 8059090.
HSL color Cylindrical-coordinate representation of color #D2F87A: hue angle of 78.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2F87A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 122 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.03 |
| HSL | 78.1º | 0.9% | 0.73% | - |
| HSV(B) | 78.1º | 0.51% | 0.97% | - |
| XYZ | 63.66 | 82.24 | 30.93 | - |
| YUV | 222.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 122 | 0.15 | 0 | 0.51 | 0.03 | 78.1 | 0.9 | 0.73 |
| Hex | D2 | F8 | 7A | F | 0 | 33 | 3 | 4E | 5A | 49 |
| Octal | 322 | 370 | 172 | 17 | 0 | 63 | 3 | 116 | 132 | 111 |
| Binary | 11010010 | 11111000 | 1111010 | 1111 | 0 | 110011 | 11 | 1001110 | 1011010 | 1001001 |
Color Harmonies of #D2F87A
Complementary color
Monochromatic Colors of #D2F87A
Black with #D2F87A
Text Example
Text Example
White with #D2F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F87A; }
p { color: rgb(210,248,122); }
H1.HeaderClassName
{
color: #D2F87A;
}
.AnyTagClassName
{
color: #D2F87A;
}
</style>
background-color css
<style>
a { background-color: #D2F87A; }
a { background-color: rgb(210,248,122); }
div.DivClassName
{
background-color: #D2F87A;
}
.BgClassName
{
background-color: #D2F87A;
}
</style>
border-color css
<style>
span { border-color: #D2F87A; }
span { border-color: rgb(210,248,122); }
td.TdClassName
{
border-color: #D2F87A;
}
.TagClassName
{
border-color: #D2F87A;
}
</style>