Shades of Sulu #C1DC70
Tints of Sulu #C1DC70
RGB
CMYK
RGB Variations
Color information
#C1DC70 (or 0xC1DC70) is known color: Sulu. HEX triplet: C1, DC and 70. RGB value is (193,220,112). Sum of RGB (Red+Green+Blue) = 193+220+112=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DC70 is #3E238F. Grayscale: #C8C8C8. Windows color (decimal): -4072336 or 7396545. OLE color: 7396545.
HSL color Cylindrical-coordinate representation of color #C1DC70: hue angle of 75º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1DC70 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 112 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.14 |
| HSL | 75º | 0.61% | 0.65% | - |
| HSV(B) | 75º | 0.49% | 0.86% | - |
| XYZ | 50.51 | 63.69 | 24.96 | - |
| YUV | 199.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 112 | 0.12 | 0 | 0.49 | 0.14 | 75 | 0.61 | 0.65 |
| Hex | C1 | DC | 70 | C | 0 | 31 | E | 4B | 3D | 41 |
| Octal | 301 | 334 | 160 | 14 | 0 | 61 | 16 | 113 | 75 | 101 |
| Binary | 11000001 | 11011100 | 1110000 | 1100 | 0 | 110001 | 1110 | 1001011 | 111101 | 1000001 |
Color Harmonies of #C1DC70
Complementary color
Monochromatic Colors of #C1DC70
Black with #C1DC70
Text Example
Text Example
White with #C1DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC70; }
p { color: rgb(193,220,112); }
H1.HeaderClassName
{
color: #C1DC70;
}
.AnyTagClassName
{
color: #C1DC70;
}
</style>
background-color css
<style>
a { background-color: #C1DC70; }
a { background-color: rgb(193,220,112); }
div.DivClassName
{
background-color: #C1DC70;
}
.BgClassName
{
background-color: #C1DC70;
}
</style>
border-color css
<style>
span { border-color: #C1DC70; }
span { border-color: rgb(193,220,112); }
td.TdClassName
{
border-color: #C1DC70;
}
.TagClassName
{
border-color: #C1DC70;
}
</style>