Shades of Sulu #C7E17D
Tints of Sulu #C7E17D
RGB
CMYK
RGB Variations
Color information
#C7E17D (or 0xC7E17D) is known color: Sulu. HEX triplet: C7, E1 and 7D. RGB value is (199,225,125). Sum of RGB (Red+Green+Blue) = 199+225+125=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E17D is #381E82. Grayscale: #CECECE. Windows color (decimal): -3677827 or 8249799. OLE color: 8249799.
HSL color Cylindrical-coordinate representation of color #C7E17D: hue angle of 75.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7E17D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 125 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.12 |
| HSL | 75.6º | 0.63% | 0.69% | - |
| HSV(B) | 75.6º | 0.44% | 0.88% | - |
| XYZ | 54.18 | 67.47 | 29.57 | - |
| YUV | 205.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 125 | 0.12 | 0 | 0.44 | 0.12 | 75.6 | 0.63 | 0.69 |
| Hex | C7 | E1 | 7D | C | 0 | 2C | C | 4C | 3E | 45 |
| Octal | 307 | 341 | 175 | 14 | 0 | 54 | 14 | 114 | 76 | 105 |
| Binary | 11000111 | 11100001 | 1111101 | 1100 | 0 | 101100 | 1100 | 1001100 | 111110 | 1000101 |
Color Harmonies of #C7E17D
Complementary color
Monochromatic Colors of #C7E17D
Black with #C7E17D
Text Example
Text Example
White with #C7E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E17D; }
p { color: rgb(199,225,125); }
H1.HeaderClassName
{
color: #C7E17D;
}
.AnyTagClassName
{
color: #C7E17D;
}
</style>
background-color css
<style>
a { background-color: #C7E17D; }
a { background-color: rgb(199,225,125); }
div.DivClassName
{
background-color: #C7E17D;
}
.BgClassName
{
background-color: #C7E17D;
}
</style>
border-color css
<style>
span { border-color: #C7E17D; }
span { border-color: rgb(199,225,125); }
td.TdClassName
{
border-color: #C7E17D;
}
.TagClassName
{
border-color: #C7E17D;
}
</style>