Shades of Sulu #C4E17D
Tints of Sulu #C4E17D
RGB
CMYK
RGB Variations
Color information
#C4E17D (or 0xC4E17D) is known color: Sulu. HEX triplet: C4, E1 and 7D. RGB value is (196,225,125). Sum of RGB (Red+Green+Blue) = 196+225+125=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E17D is #3B1E82. Grayscale: #CDCDCD. Windows color (decimal): -3874435 or 8249796. OLE color: 8249796.
HSL color Cylindrical-coordinate representation of color #C4E17D: hue angle of 77.4º 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 #C4E17D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 125 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.12 |
| HSL | 77.4º | 0.63% | 0.69% | - |
| HSV(B) | 77.4º | 0.44% | 0.88% | - |
| XYZ | 53.39 | 67.07 | 29.53 | - |
| YUV | 204.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 125 | 0.13 | 0 | 0.44 | 0.12 | 77.4 | 0.63 | 0.69 |
| Hex | C4 | E1 | 7D | D | 0 | 2C | C | 4D | 3E | 45 |
| Octal | 304 | 341 | 175 | 15 | 0 | 54 | 14 | 115 | 76 | 105 |
| Binary | 11000100 | 11100001 | 1111101 | 1101 | 0 | 101100 | 1100 | 1001101 | 111110 | 1000101 |
Color Harmonies of #C4E17D
Complementary color
Monochromatic Colors of #C4E17D
Black with #C4E17D
Text Example
Text Example
White with #C4E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E17D; }
p { color: rgb(196,225,125); }
H1.HeaderClassName
{
color: #C4E17D;
}
.AnyTagClassName
{
color: #C4E17D;
}
</style>
background-color css
<style>
a { background-color: #C4E17D; }
a { background-color: rgb(196,225,125); }
div.DivClassName
{
background-color: #C4E17D;
}
.BgClassName
{
background-color: #C4E17D;
}
</style>
border-color css
<style>
span { border-color: #C4E17D; }
span { border-color: rgb(196,225,125); }
td.TdClassName
{
border-color: #C4E17D;
}
.TagClassName
{
border-color: #C4E17D;
}
</style>