Shades of Sulu #D2F97A
Tints of Sulu #D2F97A
RGB
CMYK
RGB Variations
Color information
#D2F97A (or 0xD2F97A) is known color: Sulu. HEX triplet: D2, F9 and 7A. RGB value is (210,249,122). Sum of RGB (Red+Green+Blue) = 210+249+122=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F97A is #2D0685. Grayscale: #DFDFDF. Windows color (decimal): -2950790 or 8059346. OLE color: 8059346.
HSL color Cylindrical-coordinate representation of color #D2F97A: hue angle of 78.43º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2F97A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 122 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.02 |
| HSL | 78.43º | 0.91% | 0.73% | - |
| HSV(B) | 78.43º | 0.51% | 0.98% | - |
| XYZ | 63.97 | 82.86 | 31.03 | - |
| YUV | 222.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 122 | 0.16 | 0 | 0.51 | 0.02 | 78.43 | 0.91 | 0.73 |
| Hex | D2 | F9 | 7A | 10 | 0 | 33 | 2 | 4E | 5B | 49 |
| Octal | 322 | 371 | 172 | 20 | 0 | 63 | 2 | 116 | 133 | 111 |
| Binary | 11010010 | 11111001 | 1111010 | 10000 | 0 | 110011 | 10 | 1001110 | 1011011 | 1001001 |
Color Harmonies of #D2F97A
Complementary color
Monochromatic Colors of #D2F97A
Black with #D2F97A
Text Example
Text Example
White with #D2F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F97A; }
p { color: rgb(210,249,122); }
H1.HeaderClassName
{
color: #D2F97A;
}
.AnyTagClassName
{
color: #D2F97A;
}
</style>
background-color css
<style>
a { background-color: #D2F97A; }
a { background-color: rgb(210,249,122); }
div.DivClassName
{
background-color: #D2F97A;
}
.BgClassName
{
background-color: #D2F97A;
}
</style>
border-color css
<style>
span { border-color: #D2F97A; }
span { border-color: rgb(210,249,122); }
td.TdClassName
{
border-color: #D2F97A;
}
.TagClassName
{
border-color: #D2F97A;
}
</style>