Shades of Sulu #C5E88C
Tints of Sulu #C5E88C
RGB
CMYK
RGB Variations
Color information
#C5E88C (or 0xC5E88C) is known color: Sulu. HEX triplet: C5, E8 and 8C. RGB value is (197,232,140). Sum of RGB (Red+Green+Blue) = 197+232+140=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E88C is #3A1773. Grayscale: #D3D3D3. Windows color (decimal): -3807092 or 9234629. OLE color: 9234629.
HSL color Cylindrical-coordinate representation of color #C5E88C: hue angle of 82.83º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5E88C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 140 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.09 |
| HSL | 82.83º | 0.67% | 0.73% | - |
| HSV(B) | 82.83º | 0.4% | 0.91% | - |
| XYZ | 56.62 | 71.48 | 35.62 | - |
| YUV | 211.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 140 | 0.15 | 0 | 0.40 | 0.09 | 82.83 | 0.67 | 0.73 |
| Hex | C5 | E8 | 8C | F | 0 | 28 | 9 | 53 | 43 | 49 |
| Octal | 305 | 350 | 214 | 17 | 0 | 50 | 11 | 123 | 103 | 111 |
| Binary | 11000101 | 11101000 | 10001100 | 1111 | 0 | 101000 | 1001 | 1010011 | 1000011 | 1001001 |
Color Harmonies of #C5E88C
Complementary color
Monochromatic Colors of #C5E88C
Black with #C5E88C
Text Example
Text Example
White with #C5E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E88C; }
p { color: rgb(197,232,140); }
H1.HeaderClassName
{
color: #C5E88C;
}
.AnyTagClassName
{
color: #C5E88C;
}
</style>
background-color css
<style>
a { background-color: #C5E88C; }
a { background-color: rgb(197,232,140); }
div.DivClassName
{
background-color: #C5E88C;
}
.BgClassName
{
background-color: #C5E88C;
}
</style>
border-color css
<style>
span { border-color: #C5E88C; }
span { border-color: rgb(197,232,140); }
td.TdClassName
{
border-color: #C5E88C;
}
.TagClassName
{
border-color: #C5E88C;
}
</style>