Shades of Sulu #C1DC85
Tints of Sulu #C1DC85
RGB
CMYK
RGB Variations
Color information
#C1DC85 (or 0xC1DC85) is known color: Sulu. HEX triplet: C1, DC and 85. RGB value is (193,220,133). Sum of RGB (Red+Green+Blue) = 193+220+133=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC85 is #3E237A. Grayscale: #CACACA. Windows color (decimal): -4072315 or 8772801. OLE color: 8772801.
HSL color Cylindrical-coordinate representation of color #C1DC85: hue angle of 78.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1DC85 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 133 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.14 |
| HSL | 78.62º | 0.55% | 0.69% | - |
| HSV(B) | 78.62º | 0.4% | 0.86% | - |
| XYZ | 51.82 | 64.22 | 31.85 | - |
| YUV | 202.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 133 | 0.12 | 0 | 0.40 | 0.14 | 78.62 | 0.55 | 0.69 |
| Hex | C1 | DC | 85 | C | 0 | 28 | E | 4F | 37 | 45 |
| Octal | 301 | 334 | 205 | 14 | 0 | 50 | 16 | 117 | 67 | 105 |
| Binary | 11000001 | 11011100 | 10000101 | 1100 | 0 | 101000 | 1110 | 1001111 | 110111 | 1000101 |
Color Harmonies of #C1DC85
Complementary color
Monochromatic Colors of #C1DC85
Black with #C1DC85
Text Example
Text Example
White with #C1DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC85; }
p { color: rgb(193,220,133); }
H1.HeaderClassName
{
color: #C1DC85;
}
.AnyTagClassName
{
color: #C1DC85;
}
</style>
background-color css
<style>
a { background-color: #C1DC85; }
a { background-color: rgb(193,220,133); }
div.DivClassName
{
background-color: #C1DC85;
}
.BgClassName
{
background-color: #C1DC85;
}
</style>
border-color css
<style>
span { border-color: #C1DC85; }
span { border-color: rgb(193,220,133); }
td.TdClassName
{
border-color: #C1DC85;
}
.TagClassName
{
border-color: #C1DC85;
}
</style>