Shades of Sulu #C7DD85
Tints of Sulu #C7DD85
RGB
CMYK
RGB Variations
Color information
#C7DD85 (or 0xC7DD85) is known color: Sulu. HEX triplet: C7, DD and 85. RGB value is (199,221,133). Sum of RGB (Red+Green+Blue) = 199+221+133=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DD85 is #38227A. Grayscale: #CCCCCC. Windows color (decimal): -3678843 or 8773063. OLE color: 8773063.
HSL color Cylindrical-coordinate representation of color #C7DD85: hue angle of 75º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7DD85 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 133 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.13 |
| HSL | 75º | 0.56% | 0.69% | - |
| HSV(B) | 75º | 0.4% | 0.87% | - |
| XYZ | 53.64 | 65.55 | 32.02 | - |
| YUV | 204.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 133 | 0.10 | 0 | 0.40 | 0.13 | 75 | 0.56 | 0.69 |
| Hex | C7 | DD | 85 | A | 0 | 28 | D | 4B | 38 | 45 |
| Octal | 307 | 335 | 205 | 12 | 0 | 50 | 15 | 113 | 70 | 105 |
| Binary | 11000111 | 11011101 | 10000101 | 1010 | 0 | 101000 | 1101 | 1001011 | 111000 | 1000101 |
Color Harmonies of #C7DD85
Complementary color
Monochromatic Colors of #C7DD85
Black with #C7DD85
Text Example
Text Example
White with #C7DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD85; }
p { color: rgb(199,221,133); }
H1.HeaderClassName
{
color: #C7DD85;
}
.AnyTagClassName
{
color: #C7DD85;
}
</style>
background-color css
<style>
a { background-color: #C7DD85; }
a { background-color: rgb(199,221,133); }
div.DivClassName
{
background-color: #C7DD85;
}
.BgClassName
{
background-color: #C7DD85;
}
</style>
border-color css
<style>
span { border-color: #C7DD85; }
span { border-color: rgb(199,221,133); }
td.TdClassName
{
border-color: #C7DD85;
}
.TagClassName
{
border-color: #C7DD85;
}
</style>