Shades of Sulu #C3E180
Tints of Sulu #C3E180
RGB
CMYK
RGB Variations
Color information
#C3E180 (or 0xC3E180) is known color: Sulu. HEX triplet: C3, E1 and 80. RGB value is (195,225,128). Sum of RGB (Red+Green+Blue) = 195+225+128=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3E180 is #3C1E7F. Grayscale: #CDCDCD. Windows color (decimal): -3939968 or 8446403. OLE color: 8446403.
HSL color Cylindrical-coordinate representation of color #C3E180: hue angle of 78.56º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3E180 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 128 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.12 |
| HSL | 78.56º | 0.62% | 0.69% | - |
| HSV(B) | 78.56º | 0.43% | 0.88% | - |
| XYZ | 53.33 | 67.01 | 30.55 | - |
| YUV | 204.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 128 | 0.13 | 0 | 0.43 | 0.12 | 78.56 | 0.62 | 0.69 |
| Hex | C3 | E1 | 80 | D | 0 | 2B | C | 4F | 3E | 45 |
| Octal | 303 | 341 | 200 | 15 | 0 | 53 | 14 | 117 | 76 | 105 |
| Binary | 11000011 | 11100001 | 10000000 | 1101 | 0 | 101011 | 1100 | 1001111 | 111110 | 1000101 |
Color Harmonies of #C3E180
Complementary color
Monochromatic Colors of #C3E180
Black with #C3E180
Text Example
Text Example
White with #C3E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E180; }
p { color: rgb(195,225,128); }
H1.HeaderClassName
{
color: #C3E180;
}
.AnyTagClassName
{
color: #C3E180;
}
</style>
background-color css
<style>
a { background-color: #C3E180; }
a { background-color: rgb(195,225,128); }
div.DivClassName
{
background-color: #C3E180;
}
.BgClassName
{
background-color: #C3E180;
}
</style>
border-color css
<style>
span { border-color: #C3E180; }
span { border-color: rgb(195,225,128); }
td.TdClassName
{
border-color: #C3E180;
}
.TagClassName
{
border-color: #C3E180;
}
</style>