Shades of Sulu #C1DD86
Tints of Sulu #C1DD86
RGB
CMYK
RGB Variations
Color information
#C1DD86 (or 0xC1DD86) is known color: Sulu. HEX triplet: C1, DD and 86. RGB value is (193,221,134). Sum of RGB (Red+Green+Blue) = 193+221+134=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DD86 is #3E2279. Grayscale: #CBCBCB. Windows color (decimal): -4072058 or 8838593. OLE color: 8838593.
HSL color Cylindrical-coordinate representation of color #C1DD86: hue angle of 79.31º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1DD86 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 134 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.13 |
| HSL | 79.31º | 0.56% | 0.7% | - |
| HSV(B) | 79.31º | 0.39% | 0.87% | - |
| XYZ | 52.15 | 64.77 | 32.31 | - |
| YUV | 202.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 134 | 0.13 | 0 | 0.39 | 0.13 | 79.31 | 0.56 | 0.7 |
| Hex | C1 | DD | 86 | D | 0 | 27 | D | 4F | 38 | 46 |
| Octal | 301 | 335 | 206 | 15 | 0 | 47 | 15 | 117 | 70 | 106 |
| Binary | 11000001 | 11011101 | 10000110 | 1101 | 0 | 100111 | 1101 | 1001111 | 111000 | 1000110 |
Color Harmonies of #C1DD86
Complementary color
Monochromatic Colors of #C1DD86
Black with #C1DD86
Text Example
Text Example
White with #C1DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD86; }
p { color: rgb(193,221,134); }
H1.HeaderClassName
{
color: #C1DD86;
}
.AnyTagClassName
{
color: #C1DD86;
}
</style>
background-color css
<style>
a { background-color: #C1DD86; }
a { background-color: rgb(193,221,134); }
div.DivClassName
{
background-color: #C1DD86;
}
.BgClassName
{
background-color: #C1DD86;
}
</style>
border-color css
<style>
span { border-color: #C1DD86; }
span { border-color: rgb(193,221,134); }
td.TdClassName
{
border-color: #C1DD86;
}
.TagClassName
{
border-color: #C1DD86;
}
</style>