Shades of Sulu #C3DD8D
Tints of Sulu #C3DD8D
RGB
CMYK
RGB Variations
Color information
#C3DD8D (or 0xC3DD8D) is known color: Sulu. HEX triplet: C3, DD and 8D. RGB value is (195,221,141). Sum of RGB (Red+Green+Blue) = 195+221+141=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DD8D is #3C2272. Grayscale: #CCCCCC. Windows color (decimal): -3940979 or 9297347. OLE color: 9297347.
HSL color Cylindrical-coordinate representation of color #C3DD8D: hue angle of 79.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3DD8D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 141 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.13 |
| HSL | 79.5º | 0.54% | 0.71% | - |
| HSV(B) | 79.5º | 0.36% | 0.87% | - |
| XYZ | 53.17 | 65.24 | 34.99 | - |
| YUV | 204.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 141 | 0.12 | 0 | 0.36 | 0.13 | 79.5 | 0.54 | 0.71 |
| Hex | C3 | DD | 8D | C | 0 | 24 | D | 50 | 36 | 47 |
| Octal | 303 | 335 | 215 | 14 | 0 | 44 | 15 | 120 | 66 | 107 |
| Binary | 11000011 | 11011101 | 10001101 | 1100 | 0 | 100100 | 1101 | 1010000 | 110110 | 1000111 |
Color Harmonies of #C3DD8D
Complementary color
Monochromatic Colors of #C3DD8D
Black with #C3DD8D
Text Example
Text Example
White with #C3DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD8D; }
p { color: rgb(195,221,141); }
H1.HeaderClassName
{
color: #C3DD8D;
}
.AnyTagClassName
{
color: #C3DD8D;
}
</style>
background-color css
<style>
a { background-color: #C3DD8D; }
a { background-color: rgb(195,221,141); }
div.DivClassName
{
background-color: #C3DD8D;
}
.BgClassName
{
background-color: #C3DD8D;
}
</style>
border-color css
<style>
span { border-color: #C3DD8D; }
span { border-color: rgb(195,221,141); }
td.TdClassName
{
border-color: #C3DD8D;
}
.TagClassName
{
border-color: #C3DD8D;
}
</style>