Shades of Sulu #C1DD91
Tints of Sulu #C1DD91
RGB
CMYK
RGB Variations
Color information
#C1DD91 (or 0xC1DD91) is known color: Sulu. HEX triplet: C1, DD and 91. RGB value is (193,221,145). Sum of RGB (Red+Green+Blue) = 193+221+145=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DD91 is #3E226E. Grayscale: #CCCCCC. Windows color (decimal): -4072047 or 9559489. OLE color: 9559489.
HSL color Cylindrical-coordinate representation of color #C1DD91: hue angle of 82.11º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1DD91 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 145 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.13 |
| HSL | 82.11º | 0.53% | 0.72% | - |
| HSV(B) | 82.11º | 0.34% | 0.87% | - |
| XYZ | 52.96 | 65.09 | 36.56 | - |
| YUV | 203.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 145 | 0.13 | 0 | 0.34 | 0.13 | 82.11 | 0.53 | 0.72 |
| Hex | C1 | DD | 91 | D | 0 | 22 | D | 52 | 35 | 48 |
| Octal | 301 | 335 | 221 | 15 | 0 | 42 | 15 | 122 | 65 | 110 |
| Binary | 11000001 | 11011101 | 10010001 | 1101 | 0 | 100010 | 1101 | 1010010 | 110101 | 1001000 |
Color Harmonies of #C1DD91
Complementary color
Monochromatic Colors of #C1DD91
Black with #C1DD91
Text Example
Text Example
White with #C1DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD91; }
p { color: rgb(193,221,145); }
H1.HeaderClassName
{
color: #C1DD91;
}
.AnyTagClassName
{
color: #C1DD91;
}
</style>
background-color css
<style>
a { background-color: #C1DD91; }
a { background-color: rgb(193,221,145); }
div.DivClassName
{
background-color: #C1DD91;
}
.BgClassName
{
background-color: #C1DD91;
}
</style>
border-color css
<style>
span { border-color: #C1DD91; }
span { border-color: rgb(193,221,145); }
td.TdClassName
{
border-color: #C1DD91;
}
.TagClassName
{
border-color: #C1DD91;
}
</style>