Shades of Sulu #C6DD93
Tints of Sulu #C6DD93
RGB
CMYK
RGB Variations
Color information
#C6DD93 (or 0xC6DD93) is known color: Sulu. HEX triplet: C6, DD and 93. RGB value is (198,221,147). Sum of RGB (Red+Green+Blue) = 198+221+147=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD93 is #39226C. Grayscale: #CDCDCD. Windows color (decimal): -3744365 or 9690566. OLE color: 9690566.
HSL color Cylindrical-coordinate representation of color #C6DD93: hue angle of 78.65º 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 #C6DD93 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 147 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.13 |
| HSL | 78.65º | 0.52% | 0.72% | - |
| HSV(B) | 78.65º | 0.33% | 0.87% | - |
| XYZ | 54.41 | 65.83 | 37.44 | - |
| YUV | 205.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 147 | 0.10 | 0 | 0.33 | 0.13 | 78.65 | 0.52 | 0.72 |
| Hex | C6 | DD | 93 | A | 0 | 21 | D | 4F | 34 | 48 |
| Octal | 306 | 335 | 223 | 12 | 0 | 41 | 15 | 117 | 64 | 110 |
| Binary | 11000110 | 11011101 | 10010011 | 1010 | 0 | 100001 | 1101 | 1001111 | 110100 | 1001000 |
Color Harmonies of #C6DD93
Complementary color
Monochromatic Colors of #C6DD93
Black with #C6DD93
Text Example
Text Example
White with #C6DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD93; }
p { color: rgb(198,221,147); }
H1.HeaderClassName
{
color: #C6DD93;
}
.AnyTagClassName
{
color: #C6DD93;
}
</style>
background-color css
<style>
a { background-color: #C6DD93; }
a { background-color: rgb(198,221,147); }
div.DivClassName
{
background-color: #C6DD93;
}
.BgClassName
{
background-color: #C6DD93;
}
</style>
border-color css
<style>
span { border-color: #C6DD93; }
span { border-color: rgb(198,221,147); }
td.TdClassName
{
border-color: #C6DD93;
}
.TagClassName
{
border-color: #C6DD93;
}
</style>