Shades of Sulu #C5E182
Tints of Sulu #C5E182
RGB
CMYK
RGB Variations
Color information
#C5E182 (or 0xC5E182) is known color: Sulu. HEX triplet: C5, E1 and 82. RGB value is (197,225,130). Sum of RGB (Red+Green+Blue) = 197+225+130=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E182 is #3A1E7D. Grayscale: #CECECE. Windows color (decimal): -3808894 or 8577477. OLE color: 8577477.
HSL color Cylindrical-coordinate representation of color #C5E182: hue angle of 77.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5E182 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 130 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.12 |
| HSL | 77.68º | 0.61% | 0.7% | - |
| HSV(B) | 77.68º | 0.42% | 0.88% | - |
| XYZ | 53.98 | 67.33 | 31.27 | - |
| YUV | 205.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 130 | 0.12 | 0 | 0.42 | 0.12 | 77.68 | 0.61 | 0.7 |
| Hex | C5 | E1 | 82 | C | 0 | 2A | C | 4E | 3D | 46 |
| Octal | 305 | 341 | 202 | 14 | 0 | 52 | 14 | 116 | 75 | 106 |
| Binary | 11000101 | 11100001 | 10000010 | 1100 | 0 | 101010 | 1100 | 1001110 | 111101 | 1000110 |
Color Harmonies of #C5E182
Complementary color
Monochromatic Colors of #C5E182
Black with #C5E182
Text Example
Text Example
White with #C5E182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E182; }
p { color: rgb(197,225,130); }
H1.HeaderClassName
{
color: #C5E182;
}
.AnyTagClassName
{
color: #C5E182;
}
</style>
background-color css
<style>
a { background-color: #C5E182; }
a { background-color: rgb(197,225,130); }
div.DivClassName
{
background-color: #C5E182;
}
.BgClassName
{
background-color: #C5E182;
}
</style>
border-color css
<style>
span { border-color: #C5E182; }
span { border-color: rgb(197,225,130); }
td.TdClassName
{
border-color: #C5E182;
}
.TagClassName
{
border-color: #C5E182;
}
</style>