Shades of Sulu #C1DD71
Tints of Sulu #C1DD71
RGB
CMYK
RGB Variations
Color information
#C1DD71 (or 0xC1DD71) is known color: Sulu. HEX triplet: C1, DD and 71. RGB value is (193,221,113). Sum of RGB (Red+Green+Blue) = 193+221+113=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DD71 is #3E228E. Grayscale: #C8C8C8. Windows color (decimal): -4072079 or 7462337. OLE color: 7462337.
HSL color Cylindrical-coordinate representation of color #C1DD71: hue angle of 75.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1DD71 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 113 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.13 |
| HSL | 75.56º | 0.61% | 0.65% | - |
| HSV(B) | 75.56º | 0.49% | 0.87% | - |
| XYZ | 50.83 | 64.24 | 25.34 | - |
| YUV | 200.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 113 | 0.13 | 0 | 0.49 | 0.13 | 75.56 | 0.61 | 0.65 |
| Hex | C1 | DD | 71 | D | 0 | 31 | D | 4C | 3D | 41 |
| Octal | 301 | 335 | 161 | 15 | 0 | 61 | 15 | 114 | 75 | 101 |
| Binary | 11000001 | 11011101 | 1110001 | 1101 | 0 | 110001 | 1101 | 1001100 | 111101 | 1000001 |
Color Harmonies of #C1DD71
Complementary color
Monochromatic Colors of #C1DD71
Black with #C1DD71
Text Example
Text Example
White with #C1DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD71; }
p { color: rgb(193,221,113); }
H1.HeaderClassName
{
color: #C1DD71;
}
.AnyTagClassName
{
color: #C1DD71;
}
</style>
background-color css
<style>
a { background-color: #C1DD71; }
a { background-color: rgb(193,221,113); }
div.DivClassName
{
background-color: #C1DD71;
}
.BgClassName
{
background-color: #C1DD71;
}
</style>
border-color css
<style>
span { border-color: #C1DD71; }
span { border-color: rgb(193,221,113); }
td.TdClassName
{
border-color: #C1DD71;
}
.TagClassName
{
border-color: #C1DD71;
}
</style>