Shades of Sulu #C1DD6D
Tints of Sulu #C1DD6D
RGB
CMYK
RGB Variations
Color information
#C1DD6D (or 0xC1DD6D) is known color: Sulu. HEX triplet: C1, DD and 6D. RGB value is (193,221,109). Sum of RGB (Red+Green+Blue) = 193+221+109=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DD6D is #3E2292. Grayscale: #C8C8C8. Windows color (decimal): -4072083 or 7200193. OLE color: 7200193.
HSL color Cylindrical-coordinate representation of color #C1DD6D: hue angle of 75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1DD6D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 109 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.13 |
| HSL | 75º | 0.62% | 0.65% | - |
| HSV(B) | 75º | 0.51% | 0.87% | - |
| XYZ | 50.61 | 64.15 | 24.18 | - |
| YUV | 199.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 109 | 0.13 | 0 | 0.51 | 0.13 | 75 | 0.62 | 0.65 |
| Hex | C1 | DD | 6D | D | 0 | 33 | D | 4B | 3E | 41 |
| Octal | 301 | 335 | 155 | 15 | 0 | 63 | 15 | 113 | 76 | 101 |
| Binary | 11000001 | 11011101 | 1101101 | 1101 | 0 | 110011 | 1101 | 1001011 | 111110 | 1000001 |
Color Harmonies of #C1DD6D
Complementary color
Monochromatic Colors of #C1DD6D
Black with #C1DD6D
Text Example
Text Example
White with #C1DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD6D; }
p { color: rgb(193,221,109); }
H1.HeaderClassName
{
color: #C1DD6D;
}
.AnyTagClassName
{
color: #C1DD6D;
}
</style>
background-color css
<style>
a { background-color: #C1DD6D; }
a { background-color: rgb(193,221,109); }
div.DivClassName
{
background-color: #C1DD6D;
}
.BgClassName
{
background-color: #C1DD6D;
}
</style>
border-color css
<style>
span { border-color: #C1DD6D; }
span { border-color: rgb(193,221,109); }
td.TdClassName
{
border-color: #C1DD6D;
}
.TagClassName
{
border-color: #C1DD6D;
}
</style>