Shades of Sulu #D1F97C
Tints of Sulu #D1F97C
RGB
CMYK
RGB Variations
Color information
#D1F97C (or 0xD1F97C) is known color: Sulu. HEX triplet: D1, F9 and 7C. RGB value is (209,249,124). Sum of RGB (Red+Green+Blue) = 209+249+124=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F97C is #2E0683. Grayscale: #DFDFDF. Windows color (decimal): -3016324 or 8190417. OLE color: 8190417.
HSL color Cylindrical-coordinate representation of color #D1F97C: hue angle of 79.2º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1F97C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 124 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.02 |
| HSL | 79.2º | 0.91% | 0.73% | - |
| HSV(B) | 79.2º | 0.5% | 0.98% | - |
| XYZ | 63.81 | 82.76 | 31.68 | - |
| YUV | 222.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 124 | 0.16 | 0 | 0.50 | 0.02 | 79.2 | 0.91 | 0.73 |
| Hex | D1 | F9 | 7C | 10 | 0 | 32 | 2 | 4F | 5B | 49 |
| Octal | 321 | 371 | 174 | 20 | 0 | 62 | 2 | 117 | 133 | 111 |
| Binary | 11010001 | 11111001 | 1111100 | 10000 | 0 | 110010 | 10 | 1001111 | 1011011 | 1001001 |
Color Harmonies of #D1F97C
Complementary color
Monochromatic Colors of #D1F97C
Black with #D1F97C
Text Example
Text Example
White with #D1F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F97C; }
p { color: rgb(209,249,124); }
H1.HeaderClassName
{
color: #D1F97C;
}
.AnyTagClassName
{
color: #D1F97C;
}
</style>
background-color css
<style>
a { background-color: #D1F97C; }
a { background-color: rgb(209,249,124); }
div.DivClassName
{
background-color: #D1F97C;
}
.BgClassName
{
background-color: #D1F97C;
}
</style>
border-color css
<style>
span { border-color: #D1F97C; }
span { border-color: rgb(209,249,124); }
td.TdClassName
{
border-color: #D1F97C;
}
.TagClassName
{
border-color: #D1F97C;
}
</style>