Shades of Sulu #C6DD8B
Tints of Sulu #C6DD8B
RGB
CMYK
RGB Variations
Color information
#C6DD8B (or 0xC6DD8B) is known color: Sulu. HEX triplet: C6, DD and 8B. RGB value is (198,221,139). Sum of RGB (Red+Green+Blue) = 198+221+139=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD8B is #392274. Grayscale: #CDCDCD. Windows color (decimal): -3744373 or 9166278. OLE color: 9166278.
HSL color Cylindrical-coordinate representation of color #C6DD8B: hue angle of 76.83º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6DD8B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 139 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.13 |
| HSL | 76.83º | 0.55% | 0.71% | - |
| HSV(B) | 76.83º | 0.37% | 0.87% | - |
| XYZ | 53.81 | 65.58 | 34.25 | - |
| YUV | 204.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 139 | 0.10 | 0 | 0.37 | 0.13 | 76.83 | 0.55 | 0.71 |
| Hex | C6 | DD | 8B | A | 0 | 25 | D | 4D | 37 | 47 |
| Octal | 306 | 335 | 213 | 12 | 0 | 45 | 15 | 115 | 67 | 107 |
| Binary | 11000110 | 11011101 | 10001011 | 1010 | 0 | 100101 | 1101 | 1001101 | 110111 | 1000111 |
Color Harmonies of #C6DD8B
Complementary color
Monochromatic Colors of #C6DD8B
Black with #C6DD8B
Text Example
Text Example
White with #C6DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD8B; }
p { color: rgb(198,221,139); }
H1.HeaderClassName
{
color: #C6DD8B;
}
.AnyTagClassName
{
color: #C6DD8B;
}
</style>
background-color css
<style>
a { background-color: #C6DD8B; }
a { background-color: rgb(198,221,139); }
div.DivClassName
{
background-color: #C6DD8B;
}
.BgClassName
{
background-color: #C6DD8B;
}
</style>
border-color css
<style>
span { border-color: #C6DD8B; }
span { border-color: rgb(198,221,139); }
td.TdClassName
{
border-color: #C6DD8B;
}
.TagClassName
{
border-color: #C6DD8B;
}
</style>