Shades of Sulu #C7DC90
Tints of Sulu #C7DC90
RGB
CMYK
RGB Variations
Color information
#C7DC90 (or 0xC7DC90) is known color: Sulu. HEX triplet: C7, DC and 90. RGB value is (199,220,144). Sum of RGB (Red+Green+Blue) = 199+220+144=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC90 is #38236F. Grayscale: #CDCDCD. Windows color (decimal): -3679088 or 9493703. OLE color: 9493703.
HSL color Cylindrical-coordinate representation of color #C7DC90: hue angle of 76.58º 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 #C7DC90 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 144 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.14 |
| HSL | 76.58º | 0.52% | 0.71% | - |
| HSV(B) | 76.58º | 0.35% | 0.86% | - |
| XYZ | 54.18 | 65.34 | 36.14 | - |
| YUV | 205.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 144 | 0.10 | 0 | 0.35 | 0.14 | 76.58 | 0.52 | 0.71 |
| Hex | C7 | DC | 90 | A | 0 | 23 | E | 4D | 34 | 47 |
| Octal | 307 | 334 | 220 | 12 | 0 | 43 | 16 | 115 | 64 | 107 |
| Binary | 11000111 | 11011100 | 10010000 | 1010 | 0 | 100011 | 1110 | 1001101 | 110100 | 1000111 |
Color Harmonies of #C7DC90
Complementary color
Monochromatic Colors of #C7DC90
Black with #C7DC90
Text Example
Text Example
White with #C7DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC90; }
p { color: rgb(199,220,144); }
H1.HeaderClassName
{
color: #C7DC90;
}
.AnyTagClassName
{
color: #C7DC90;
}
</style>
background-color css
<style>
a { background-color: #C7DC90; }
a { background-color: rgb(199,220,144); }
div.DivClassName
{
background-color: #C7DC90;
}
.BgClassName
{
background-color: #C7DC90;
}
</style>
border-color css
<style>
span { border-color: #C7DC90; }
span { border-color: rgb(199,220,144); }
td.TdClassName
{
border-color: #C7DC90;
}
.TagClassName
{
border-color: #C7DC90;
}
</style>