Shades of Sulu #D0F189
Tints of Sulu #D0F189
RGB
CMYK
RGB Variations
Color information
#D0F189 (or 0xD0F189) is known color: Sulu. HEX triplet: D0, F1 and 89. RGB value is (208,241,137). Sum of RGB (Red+Green+Blue) = 208+241+137=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F189 is #2F0E76. Grayscale: #DBDBDB. Windows color (decimal): -3083895 or 9040336. OLE color: 9040336.
HSL color Cylindrical-coordinate representation of color #D0F189: hue angle of 79.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0F189 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 137 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.05 |
| HSL | 79.04º | 0.79% | 0.74% | - |
| HSV(B) | 79.04º | 0.43% | 0.95% | - |
| XYZ | 61.98 | 78.13 | 35.48 | - |
| YUV | 219.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 137 | 0.14 | 0 | 0.43 | 0.05 | 79.04 | 0.79 | 0.74 |
| Hex | D0 | F1 | 89 | E | 0 | 2B | 5 | 4F | 4F | 4A |
| Octal | 320 | 361 | 211 | 16 | 0 | 53 | 5 | 117 | 117 | 112 |
| Binary | 11010000 | 11110001 | 10001001 | 1110 | 0 | 101011 | 101 | 1001111 | 1001111 | 1001010 |
Color Harmonies of #D0F189
Complementary color
Monochromatic Colors of #D0F189
Black with #D0F189
Text Example
Text Example
White with #D0F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F189; }
p { color: rgb(208,241,137); }
H1.HeaderClassName
{
color: #D0F189;
}
.AnyTagClassName
{
color: #D0F189;
}
</style>
background-color css
<style>
a { background-color: #D0F189; }
a { background-color: rgb(208,241,137); }
div.DivClassName
{
background-color: #D0F189;
}
.BgClassName
{
background-color: #D0F189;
}
</style>
border-color css
<style>
span { border-color: #D0F189; }
span { border-color: rgb(208,241,137); }
td.TdClassName
{
border-color: #D0F189;
}
.TagClassName
{
border-color: #D0F189;
}
</style>