Shades of Sulu #C1DD8F
Tints of Sulu #C1DD8F
RGB
CMYK
RGB Variations
Color information
#C1DD8F (or 0xC1DD8F) is known color: Sulu. HEX triplet: C1, DD and 8F. RGB value is (193,221,143). Sum of RGB (Red+Green+Blue) = 193+221+143=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DD8F is #3E2270. Grayscale: #CCCCCC. Windows color (decimal): -4072049 or 9428417. OLE color: 9428417.
HSL color Cylindrical-coordinate representation of color #C1DD8F: hue angle of 81.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1DD8F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 143 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.13 |
| HSL | 81.54º | 0.53% | 0.71% | - |
| HSV(B) | 81.54º | 0.35% | 0.87% | - |
| XYZ | 52.81 | 65.03 | 35.76 | - |
| YUV | 203.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 143 | 0.13 | 0 | 0.35 | 0.13 | 81.54 | 0.53 | 0.71 |
| Hex | C1 | DD | 8F | D | 0 | 23 | D | 52 | 35 | 47 |
| Octal | 301 | 335 | 217 | 15 | 0 | 43 | 15 | 122 | 65 | 107 |
| Binary | 11000001 | 11011101 | 10001111 | 1101 | 0 | 100011 | 1101 | 1010010 | 110101 | 1000111 |
Color Harmonies of #C1DD8F
Complementary color
Monochromatic Colors of #C1DD8F
Black with #C1DD8F
Text Example
Text Example
White with #C1DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD8F; }
p { color: rgb(193,221,143); }
H1.HeaderClassName
{
color: #C1DD8F;
}
.AnyTagClassName
{
color: #C1DD8F;
}
</style>
background-color css
<style>
a { background-color: #C1DD8F; }
a { background-color: rgb(193,221,143); }
div.DivClassName
{
background-color: #C1DD8F;
}
.BgClassName
{
background-color: #C1DD8F;
}
</style>
border-color css
<style>
span { border-color: #C1DD8F; }
span { border-color: rgb(193,221,143); }
td.TdClassName
{
border-color: #C1DD8F;
}
.TagClassName
{
border-color: #C1DD8F;
}
</style>