Shades of Sulu #C1DC90
Tints of Sulu #C1DC90
RGB
CMYK
RGB Variations
Color information
#C1DC90 (or 0xC1DC90) is known color: Sulu. HEX triplet: C1, DC and 90. RGB value is (193,220,144). Sum of RGB (Red+Green+Blue) = 193+220+144=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC90 is #3E236F. Grayscale: #CBCBCB. Windows color (decimal): -4072304 or 9493697. OLE color: 9493697.
HSL color Cylindrical-coordinate representation of color #C1DC90: hue angle of 81.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1DC90 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 144 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.14 |
| HSL | 81.32º | 0.52% | 0.71% | - |
| HSV(B) | 81.32º | 0.35% | 0.86% | - |
| XYZ | 52.62 | 64.54 | 36.07 | - |
| YUV | 203.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 144 | 0.12 | 0 | 0.35 | 0.14 | 81.32 | 0.52 | 0.71 |
| Hex | C1 | DC | 90 | C | 0 | 23 | E | 51 | 34 | 47 |
| Octal | 301 | 334 | 220 | 14 | 0 | 43 | 16 | 121 | 64 | 107 |
| Binary | 11000001 | 11011100 | 10010000 | 1100 | 0 | 100011 | 1110 | 1010001 | 110100 | 1000111 |
Color Harmonies of #C1DC90
Complementary color
Monochromatic Colors of #C1DC90
Black with #C1DC90
Text Example
Text Example
White with #C1DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC90; }
p { color: rgb(193,220,144); }
H1.HeaderClassName
{
color: #C1DC90;
}
.AnyTagClassName
{
color: #C1DC90;
}
</style>
background-color css
<style>
a { background-color: #C1DC90; }
a { background-color: rgb(193,220,144); }
div.DivClassName
{
background-color: #C1DC90;
}
.BgClassName
{
background-color: #C1DC90;
}
</style>
border-color css
<style>
span { border-color: #C1DC90; }
span { border-color: rgb(193,220,144); }
td.TdClassName
{
border-color: #C1DC90;
}
.TagClassName
{
border-color: #C1DC90;
}
</style>