Shades of Sulu #C1D785
Tints of Sulu #C1D785
RGB
CMYK
RGB Variations
Color information
#C1D785 (or 0xC1D785) is known color: Sulu. HEX triplet: C1, D7 and 85. RGB value is (193,215,133). Sum of RGB (Red+Green+Blue) = 193+215+133=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D785 is #3E287A. Grayscale: #C7C7C7. Windows color (decimal): -4073595 or 8771521. OLE color: 8771521.
HSL color Cylindrical-coordinate representation of color #C1D785: hue angle of 76.1º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1D785 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 133 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.16 |
| HSL | 76.1º | 0.51% | 0.68% | - |
| HSV(B) | 76.1º | 0.38% | 0.84% | - |
| XYZ | 50.53 | 61.63 | 31.42 | - |
| YUV | 199.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 133 | 0.10 | 0 | 0.38 | 0.16 | 76.1 | 0.51 | 0.68 |
| Hex | C1 | D7 | 85 | A | 0 | 26 | 10 | 4C | 33 | 44 |
| Octal | 301 | 327 | 205 | 12 | 0 | 46 | 20 | 114 | 63 | 104 |
| Binary | 11000001 | 11010111 | 10000101 | 1010 | 0 | 100110 | 10000 | 1001100 | 110011 | 1000100 |
Color Harmonies of #C1D785
Complementary color
Monochromatic Colors of #C1D785
Black with #C1D785
Text Example
Text Example
White with #C1D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D785; }
p { color: rgb(193,215,133); }
H1.HeaderClassName
{
color: #C1D785;
}
.AnyTagClassName
{
color: #C1D785;
}
</style>
background-color css
<style>
a { background-color: #C1D785; }
a { background-color: rgb(193,215,133); }
div.DivClassName
{
background-color: #C1D785;
}
.BgClassName
{
background-color: #C1D785;
}
</style>
border-color css
<style>
span { border-color: #C1D785; }
span { border-color: rgb(193,215,133); }
td.TdClassName
{
border-color: #C1D785;
}
.TagClassName
{
border-color: #C1D785;
}
</style>