Shades of Sulu #C5E07E
Tints of Sulu #C5E07E
RGB
CMYK
RGB Variations
Color information
#C5E07E (or 0xC5E07E) is known color: Sulu. HEX triplet: C5, E0 and 7E. RGB value is (197,224,126). Sum of RGB (Red+Green+Blue) = 197+224+126=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E07E is #3A1F81. Grayscale: #CDCDCD. Windows color (decimal): -3809154 or 8315077. OLE color: 8315077.
HSL color Cylindrical-coordinate representation of color #C5E07E: hue angle of 76.53º degrees, saturation: 0.61, 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 #C5E07E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 126 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.12 |
| HSL | 76.53º | 0.61% | 0.69% | - |
| HSV(B) | 76.53º | 0.44% | 0.88% | - |
| XYZ | 53.45 | 66.69 | 29.79 | - |
| YUV | 204.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 126 | 0.12 | 0 | 0.44 | 0.12 | 76.53 | 0.61 | 0.69 |
| Hex | C5 | E0 | 7E | C | 0 | 2C | C | 4D | 3D | 45 |
| Octal | 305 | 340 | 176 | 14 | 0 | 54 | 14 | 115 | 75 | 105 |
| Binary | 11000101 | 11100000 | 1111110 | 1100 | 0 | 101100 | 1100 | 1001101 | 111101 | 1000101 |
Color Harmonies of #C5E07E
Complementary color
Monochromatic Colors of #C5E07E
Black with #C5E07E
Text Example
Text Example
White with #C5E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E07E; }
p { color: rgb(197,224,126); }
H1.HeaderClassName
{
color: #C5E07E;
}
.AnyTagClassName
{
color: #C5E07E;
}
</style>
background-color css
<style>
a { background-color: #C5E07E; }
a { background-color: rgb(197,224,126); }
div.DivClassName
{
background-color: #C5E07E;
}
.BgClassName
{
background-color: #C5E07E;
}
</style>
border-color css
<style>
span { border-color: #C5E07E; }
span { border-color: rgb(197,224,126); }
td.TdClassName
{
border-color: #C5E07E;
}
.TagClassName
{
border-color: #C5E07E;
}
</style>