Shades of Sulu #C3E985
Tints of Sulu #C3E985
RGB
CMYK
RGB Variations
Color information
#C3E985 (or 0xC3E985) is known color: Sulu. HEX triplet: C3, E9 and 85. RGB value is (195,233,133). Sum of RGB (Red+Green+Blue) = 195+233+133=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3E985 is #3C167A. Grayscale: #D2D2D2. Windows color (decimal): -3937915 or 8776131. OLE color: 8776131.
HSL color Cylindrical-coordinate representation of color #C3E985: hue angle of 82.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3E985 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 133 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.09 |
| HSL | 82.8º | 0.69% | 0.72% | - |
| HSV(B) | 82.8º | 0.43% | 0.91% | - |
| XYZ | 55.88 | 71.57 | 33.06 | - |
| YUV | 210.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 133 | 0.16 | 0 | 0.43 | 0.09 | 82.8 | 0.69 | 0.72 |
| Hex | C3 | E9 | 85 | 10 | 0 | 2B | 9 | 53 | 45 | 48 |
| Octal | 303 | 351 | 205 | 20 | 0 | 53 | 11 | 123 | 105 | 110 |
| Binary | 11000011 | 11101001 | 10000101 | 10000 | 0 | 101011 | 1001 | 1010011 | 1000101 | 1001000 |
Color Harmonies of #C3E985
Complementary color
Monochromatic Colors of #C3E985
Black with #C3E985
Text Example
Text Example
White with #C3E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E985; }
p { color: rgb(195,233,133); }
H1.HeaderClassName
{
color: #C3E985;
}
.AnyTagClassName
{
color: #C3E985;
}
</style>
background-color css
<style>
a { background-color: #C3E985; }
a { background-color: rgb(195,233,133); }
div.DivClassName
{
background-color: #C3E985;
}
.BgClassName
{
background-color: #C3E985;
}
</style>
border-color css
<style>
span { border-color: #C3E985; }
span { border-color: rgb(195,233,133); }
td.TdClassName
{
border-color: #C3E985;
}
.TagClassName
{
border-color: #C3E985;
}
</style>