Shades of Sulu #C3E171
Tints of Sulu #C3E171
RGB
CMYK
RGB Variations
Color information
#C3E171 (or 0xC3E171) is known color: Sulu. HEX triplet: C3, E1 and 71. RGB value is (195,225,113). Sum of RGB (Red+Green+Blue) = 195+225+113=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E171 is #3C1E8E. Grayscale: #CBCBCB. Windows color (decimal): -3939983 or 7463363. OLE color: 7463363.
HSL color Cylindrical-coordinate representation of color #C3E171: hue angle of 76.07º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3E171 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 113 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.12 |
| HSL | 76.07º | 0.65% | 0.66% | - |
| HSV(B) | 76.07º | 0.5% | 0.88% | - |
| XYZ | 52.41 | 66.64 | 25.72 | - |
| YUV | 203.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 113 | 0.13 | 0 | 0.50 | 0.12 | 76.07 | 0.65 | 0.66 |
| Hex | C3 | E1 | 71 | D | 0 | 32 | C | 4C | 41 | 42 |
| Octal | 303 | 341 | 161 | 15 | 0 | 62 | 14 | 114 | 101 | 102 |
| Binary | 11000011 | 11100001 | 1110001 | 1101 | 0 | 110010 | 1100 | 1001100 | 1000001 | 1000010 |
Color Harmonies of #C3E171
Complementary color
Monochromatic Colors of #C3E171
Black with #C3E171
Text Example
Text Example
White with #C3E171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E171; }
p { color: rgb(195,225,113); }
H1.HeaderClassName
{
color: #C3E171;
}
.AnyTagClassName
{
color: #C3E171;
}
</style>
background-color css
<style>
a { background-color: #C3E171; }
a { background-color: rgb(195,225,113); }
div.DivClassName
{
background-color: #C3E171;
}
.BgClassName
{
background-color: #C3E171;
}
</style>
border-color css
<style>
span { border-color: #C3E171; }
span { border-color: rgb(195,225,113); }
td.TdClassName
{
border-color: #C3E171;
}
.TagClassName
{
border-color: #C3E171;
}
</style>