Shades of Sulu #C7E18D
Tints of Sulu #C7E18D
RGB
CMYK
RGB Variations
Color information
#C7E18D (or 0xC7E18D) is known color: Sulu. HEX triplet: C7, E1 and 8D. RGB value is (199,225,141). Sum of RGB (Red+Green+Blue) = 199+225+141=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E18D is #381E72. Grayscale: #CFCFCF. Windows color (decimal): -3677811 or 9298375. OLE color: 9298375.
HSL color Cylindrical-coordinate representation of color #C7E18D: hue angle of 78.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7E18D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 141 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.12 |
| HSL | 78.57º | 0.58% | 0.72% | - |
| HSV(B) | 78.57º | 0.37% | 0.88% | - |
| XYZ | 55.29 | 67.92 | 35.39 | - |
| YUV | 207.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 141 | 0.12 | 0 | 0.37 | 0.12 | 78.57 | 0.58 | 0.72 |
| Hex | C7 | E1 | 8D | C | 0 | 25 | C | 4F | 3A | 48 |
| Octal | 307 | 341 | 215 | 14 | 0 | 45 | 14 | 117 | 72 | 110 |
| Binary | 11000111 | 11100001 | 10001101 | 1100 | 0 | 100101 | 1100 | 1001111 | 111010 | 1001000 |
Color Harmonies of #C7E18D
Complementary color
Monochromatic Colors of #C7E18D
Black with #C7E18D
Text Example
Text Example
White with #C7E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E18D; }
p { color: rgb(199,225,141); }
H1.HeaderClassName
{
color: #C7E18D;
}
.AnyTagClassName
{
color: #C7E18D;
}
</style>
background-color css
<style>
a { background-color: #C7E18D; }
a { background-color: rgb(199,225,141); }
div.DivClassName
{
background-color: #C7E18D;
}
.BgClassName
{
background-color: #C7E18D;
}
</style>
border-color css
<style>
span { border-color: #C7E18D; }
span { border-color: rgb(199,225,141); }
td.TdClassName
{
border-color: #C7E18D;
}
.TagClassName
{
border-color: #C7E18D;
}
</style>