Shades of Sulu #C3DD93
Tints of Sulu #C3DD93
RGB
CMYK
RGB Variations
Color information
#C3DD93 (or 0xC3DD93) is known color: Sulu. HEX triplet: C3, DD and 93. RGB value is (195,221,147). Sum of RGB (Red+Green+Blue) = 195+221+147=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DD93 is #3C226C. Grayscale: #CDCDCD. Windows color (decimal): -3940973 or 9690563. OLE color: 9690563.
HSL color Cylindrical-coordinate representation of color #C3DD93: hue angle of 81.08º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3DD93 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 147 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.13 |
| HSL | 81.08º | 0.52% | 0.72% | - |
| HSV(B) | 81.08º | 0.33% | 0.87% | - |
| XYZ | 53.63 | 65.42 | 37.4 | - |
| YUV | 204.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 147 | 0.12 | 0 | 0.33 | 0.13 | 81.08 | 0.52 | 0.72 |
| Hex | C3 | DD | 93 | C | 0 | 21 | D | 51 | 34 | 48 |
| Octal | 303 | 335 | 223 | 14 | 0 | 41 | 15 | 121 | 64 | 110 |
| Binary | 11000011 | 11011101 | 10010011 | 1100 | 0 | 100001 | 1101 | 1010001 | 110100 | 1001000 |
Color Harmonies of #C3DD93
Complementary color
Monochromatic Colors of #C3DD93
Black with #C3DD93
Text Example
Text Example
White with #C3DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD93; }
p { color: rgb(195,221,147); }
H1.HeaderClassName
{
color: #C3DD93;
}
.AnyTagClassName
{
color: #C3DD93;
}
</style>
background-color css
<style>
a { background-color: #C3DD93; }
a { background-color: rgb(195,221,147); }
div.DivClassName
{
background-color: #C3DD93;
}
.BgClassName
{
background-color: #C3DD93;
}
</style>
border-color css
<style>
span { border-color: #C3DD93; }
span { border-color: rgb(195,221,147); }
td.TdClassName
{
border-color: #C3DD93;
}
.TagClassName
{
border-color: #C3DD93;
}
</style>