Shades of Sulu #C3E96D
Tints of Sulu #C3E96D
RGB
CMYK
RGB Variations
Color information
#C3E96D (or 0xC3E96D) is known color: Sulu. HEX triplet: C3, E9 and 6D. RGB value is (195,233,109). Sum of RGB (Red+Green+Blue) = 195+233+109=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E96D is #3C1692. Grayscale: #CFCFCF. Windows color (decimal): -3937939 or 7203267. OLE color: 7203267.
HSL color Cylindrical-coordinate representation of color #C3E96D: hue angle of 78.39º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3E96D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 109 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.09 |
| HSL | 78.39º | 0.74% | 0.67% | - |
| HSV(B) | 78.39º | 0.53% | 0.91% | - |
| XYZ | 54.4 | 70.98 | 25.3 | - |
| YUV | 207.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 109 | 0.16 | 0 | 0.53 | 0.09 | 78.39 | 0.74 | 0.67 |
| Hex | C3 | E9 | 6D | 10 | 0 | 35 | 9 | 4E | 4A | 43 |
| Octal | 303 | 351 | 155 | 20 | 0 | 65 | 11 | 116 | 112 | 103 |
| Binary | 11000011 | 11101001 | 1101101 | 10000 | 0 | 110101 | 1001 | 1001110 | 1001010 | 1000011 |
Color Harmonies of #C3E96D
Complementary color
Monochromatic Colors of #C3E96D
Black with #C3E96D
Text Example
Text Example
White with #C3E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E96D; }
p { color: rgb(195,233,109); }
H1.HeaderClassName
{
color: #C3E96D;
}
.AnyTagClassName
{
color: #C3E96D;
}
</style>
background-color css
<style>
a { background-color: #C3E96D; }
a { background-color: rgb(195,233,109); }
div.DivClassName
{
background-color: #C3E96D;
}
.BgClassName
{
background-color: #C3E96D;
}
</style>
border-color css
<style>
span { border-color: #C3E96D; }
span { border-color: rgb(195,233,109); }
td.TdClassName
{
border-color: #C3E96D;
}
.TagClassName
{
border-color: #C3E96D;
}
</style>