Shades of Sulu #C2DC90
Tints of Sulu #C2DC90
RGB
CMYK
RGB Variations
Color information
#C2DC90 (or 0xC2DC90) is known color: Sulu. HEX triplet: C2, DC and 90. RGB value is (194,220,144). Sum of RGB (Red+Green+Blue) = 194+220+144=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC90 is #3D236F. Grayscale: #CBCBCB. Windows color (decimal): -4006768 or 9493698. OLE color: 9493698.
HSL color Cylindrical-coordinate representation of color #C2DC90: hue angle of 80.53º 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 #C2DC90 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 144 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.14 |
| HSL | 80.53º | 0.52% | 0.71% | - |
| HSV(B) | 80.53º | 0.35% | 0.86% | - |
| XYZ | 52.88 | 64.67 | 36.08 | - |
| YUV | 203.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 144 | 0.12 | 0 | 0.35 | 0.14 | 80.53 | 0.52 | 0.71 |
| Hex | C2 | DC | 90 | C | 0 | 23 | E | 51 | 34 | 47 |
| Octal | 302 | 334 | 220 | 14 | 0 | 43 | 16 | 121 | 64 | 107 |
| Binary | 11000010 | 11011100 | 10010000 | 1100 | 0 | 100011 | 1110 | 1010001 | 110100 | 1000111 |
Color Harmonies of #C2DC90
Complementary color
Monochromatic Colors of #C2DC90
Black with #C2DC90
Text Example
Text Example
White with #C2DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC90; }
p { color: rgb(194,220,144); }
H1.HeaderClassName
{
color: #C2DC90;
}
.AnyTagClassName
{
color: #C2DC90;
}
</style>
background-color css
<style>
a { background-color: #C2DC90; }
a { background-color: rgb(194,220,144); }
div.DivClassName
{
background-color: #C2DC90;
}
.BgClassName
{
background-color: #C2DC90;
}
</style>
border-color css
<style>
span { border-color: #C2DC90; }
span { border-color: rgb(194,220,144); }
td.TdClassName
{
border-color: #C2DC90;
}
.TagClassName
{
border-color: #C2DC90;
}
</style>