Shades of Sulu #C7DD8B
Tints of Sulu #C7DD8B
RGB
CMYK
RGB Variations
Color information
#C7DD8B (or 0xC7DD8B) is known color: Sulu. HEX triplet: C7, DD and 8B. RGB value is (199,221,139). Sum of RGB (Red+Green+Blue) = 199+221+139=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DD8B is #382274. Grayscale: #CDCDCD. Windows color (decimal): -3678837 or 9166279. OLE color: 9166279.
HSL color Cylindrical-coordinate representation of color #C7DD8B: hue angle of 76.1º 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 #C7DD8B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 139 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.13 |
| HSL | 76.1º | 0.55% | 0.71% | - |
| HSV(B) | 76.1º | 0.37% | 0.87% | - |
| XYZ | 54.07 | 65.72 | 34.26 | - |
| YUV | 205.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 139 | 0.10 | 0 | 0.37 | 0.13 | 76.1 | 0.55 | 0.71 |
| Hex | C7 | DD | 8B | A | 0 | 25 | D | 4C | 37 | 47 |
| Octal | 307 | 335 | 213 | 12 | 0 | 45 | 15 | 114 | 67 | 107 |
| Binary | 11000111 | 11011101 | 10001011 | 1010 | 0 | 100101 | 1101 | 1001100 | 110111 | 1000111 |
Color Harmonies of #C7DD8B
Complementary color
Monochromatic Colors of #C7DD8B
Black with #C7DD8B
Text Example
Text Example
White with #C7DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD8B; }
p { color: rgb(199,221,139); }
H1.HeaderClassName
{
color: #C7DD8B;
}
.AnyTagClassName
{
color: #C7DD8B;
}
</style>
background-color css
<style>
a { background-color: #C7DD8B; }
a { background-color: rgb(199,221,139); }
div.DivClassName
{
background-color: #C7DD8B;
}
.BgClassName
{
background-color: #C7DD8B;
}
</style>
border-color css
<style>
span { border-color: #C7DD8B; }
span { border-color: rgb(199,221,139); }
td.TdClassName
{
border-color: #C7DD8B;
}
.TagClassName
{
border-color: #C7DD8B;
}
</style>