Shades of Sulu #D1F17A
Tints of Sulu #D1F17A
RGB
CMYK
RGB Variations
Color information
#D1F17A (or 0xD1F17A) is known color: Sulu. HEX triplet: D1, F1 and 7A. RGB value is (209,241,122). Sum of RGB (Red+Green+Blue) = 209+241+122=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F17A is #2E0E85. Grayscale: #DADADA. Windows color (decimal): -3018374 or 8057297. OLE color: 8057297.
HSL color Cylindrical-coordinate representation of color #D1F17A: hue angle of 76.13º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1F17A is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 122 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.05 |
| HSL | 76.13º | 0.81% | 0.71% | - |
| HSV(B) | 76.13º | 0.49% | 0.95% | - |
| XYZ | 61.26 | 77.87 | 30.21 | - |
| YUV | 217.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 122 | 0.13 | 0 | 0.49 | 0.05 | 76.13 | 0.81 | 0.71 |
| Hex | D1 | F1 | 7A | D | 0 | 31 | 5 | 4C | 51 | 47 |
| Octal | 321 | 361 | 172 | 15 | 0 | 61 | 5 | 114 | 121 | 107 |
| Binary | 11010001 | 11110001 | 1111010 | 1101 | 0 | 110001 | 101 | 1001100 | 1010001 | 1000111 |
Color Harmonies of #D1F17A
Complementary color
Monochromatic Colors of #D1F17A
Black with #D1F17A
Text Example
Text Example
White with #D1F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F17A; }
p { color: rgb(209,241,122); }
H1.HeaderClassName
{
color: #D1F17A;
}
.AnyTagClassName
{
color: #D1F17A;
}
</style>
background-color css
<style>
a { background-color: #D1F17A; }
a { background-color: rgb(209,241,122); }
div.DivClassName
{
background-color: #D1F17A;
}
.BgClassName
{
background-color: #D1F17A;
}
</style>
border-color css
<style>
span { border-color: #D1F17A; }
span { border-color: rgb(209,241,122); }
td.TdClassName
{
border-color: #D1F17A;
}
.TagClassName
{
border-color: #D1F17A;
}
</style>