Shades of Sulu #C5DC90
Tints of Sulu #C5DC90
RGB
CMYK
RGB Variations
Color information
#C5DC90 (or 0xC5DC90) is known color: Sulu. HEX triplet: C5, DC and 90. RGB value is (197,220,144). Sum of RGB (Red+Green+Blue) = 197+220+144=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC90 is #3A236F. Grayscale: #CCCCCC. Windows color (decimal): -3810160 or 9493701. OLE color: 9493701.
HSL color Cylindrical-coordinate representation of color #C5DC90: hue angle of 78.16º 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 #C5DC90 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 144 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.14 |
| HSL | 78.16º | 0.52% | 0.71% | - |
| HSV(B) | 78.16º | 0.35% | 0.86% | - |
| XYZ | 53.65 | 65.07 | 36.12 | - |
| YUV | 204.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 144 | 0.10 | 0 | 0.35 | 0.14 | 78.16 | 0.52 | 0.71 |
| Hex | C5 | DC | 90 | A | 0 | 23 | E | 4E | 34 | 47 |
| Octal | 305 | 334 | 220 | 12 | 0 | 43 | 16 | 116 | 64 | 107 |
| Binary | 11000101 | 11011100 | 10010000 | 1010 | 0 | 100011 | 1110 | 1001110 | 110100 | 1000111 |
Color Harmonies of #C5DC90
Complementary color
Monochromatic Colors of #C5DC90
Black with #C5DC90
Text Example
Text Example
White with #C5DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC90; }
p { color: rgb(197,220,144); }
H1.HeaderClassName
{
color: #C5DC90;
}
.AnyTagClassName
{
color: #C5DC90;
}
</style>
background-color css
<style>
a { background-color: #C5DC90; }
a { background-color: rgb(197,220,144); }
div.DivClassName
{
background-color: #C5DC90;
}
.BgClassName
{
background-color: #C5DC90;
}
</style>
border-color css
<style>
span { border-color: #C5DC90; }
span { border-color: rgb(197,220,144); }
td.TdClassName
{
border-color: #C5DC90;
}
.TagClassName
{
border-color: #C5DC90;
}
</style>