Shades of Sulu #D0F188
Tints of Sulu #D0F188
RGB
CMYK
RGB Variations
Color information
#D0F188 (or 0xD0F188) is known color: Sulu. HEX triplet: D0, F1 and 88. RGB value is (208,241,136). Sum of RGB (Red+Green+Blue) = 208+241+136=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F188 is #2F0E77. Grayscale: #DBDBDB. Windows color (decimal): -3083896 or 8974800. OLE color: 8974800.
HSL color Cylindrical-coordinate representation of color #D0F188: hue angle of 78.86º degrees, saturation: 0.79, 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 #D0F188 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 136 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.05 |
| HSL | 78.86º | 0.79% | 0.74% | - |
| HSV(B) | 78.86º | 0.44% | 0.95% | - |
| XYZ | 61.91 | 78.1 | 35.1 | - |
| YUV | 219.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 136 | 0.14 | 0 | 0.44 | 0.05 | 78.86 | 0.79 | 0.74 |
| Hex | D0 | F1 | 88 | E | 0 | 2C | 5 | 4F | 4F | 4A |
| Octal | 320 | 361 | 210 | 16 | 0 | 54 | 5 | 117 | 117 | 112 |
| Binary | 11010000 | 11110001 | 10001000 | 1110 | 0 | 101100 | 101 | 1001111 | 1001111 | 1001010 |
Color Harmonies of #D0F188
Complementary color
Monochromatic Colors of #D0F188
Black with #D0F188
Text Example
Text Example
White with #D0F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F188; }
p { color: rgb(208,241,136); }
H1.HeaderClassName
{
color: #D0F188;
}
.AnyTagClassName
{
color: #D0F188;
}
</style>
background-color css
<style>
a { background-color: #D0F188; }
a { background-color: rgb(208,241,136); }
div.DivClassName
{
background-color: #D0F188;
}
.BgClassName
{
background-color: #D0F188;
}
</style>
border-color css
<style>
span { border-color: #D0F188; }
span { border-color: rgb(208,241,136); }
td.TdClassName
{
border-color: #D0F188;
}
.TagClassName
{
border-color: #D0F188;
}
</style>