Shades of Sulu #D1F388
Tints of Sulu #D1F388
RGB
CMYK
RGB Variations
Color information
#D1F388 (or 0xD1F388) is known color: Sulu. HEX triplet: D1, F3 and 88. RGB value is (209,243,136). Sum of RGB (Red+Green+Blue) = 209+243+136=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F388 is #2E0C77. Grayscale: #DDDDDD. Windows color (decimal): -3017848 or 8975313. OLE color: 8975313.
HSL color Cylindrical-coordinate representation of color #D1F388: hue angle of 79.07º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1F388 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 136 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.05 |
| HSL | 79.07º | 0.82% | 0.74% | - |
| HSV(B) | 79.07º | 0.44% | 0.95% | - |
| XYZ | 62.79 | 79.43 | 35.32 | - |
| YUV | 220.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 136 | 0.14 | 0 | 0.44 | 0.05 | 79.07 | 0.82 | 0.74 |
| Hex | D1 | F3 | 88 | E | 0 | 2C | 5 | 4F | 52 | 4A |
| Octal | 321 | 363 | 210 | 16 | 0 | 54 | 5 | 117 | 122 | 112 |
| Binary | 11010001 | 11110011 | 10001000 | 1110 | 0 | 101100 | 101 | 1001111 | 1010010 | 1001010 |
Color Harmonies of #D1F388
Complementary color
Monochromatic Colors of #D1F388
Black with #D1F388
Text Example
Text Example
White with #D1F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F388; }
p { color: rgb(209,243,136); }
H1.HeaderClassName
{
color: #D1F388;
}
.AnyTagClassName
{
color: #D1F388;
}
</style>
background-color css
<style>
a { background-color: #D1F388; }
a { background-color: rgb(209,243,136); }
div.DivClassName
{
background-color: #D1F388;
}
.BgClassName
{
background-color: #D1F388;
}
</style>
border-color css
<style>
span { border-color: #D1F388; }
span { border-color: rgb(209,243,136); }
td.TdClassName
{
border-color: #D1F388;
}
.TagClassName
{
border-color: #D1F388;
}
</style>