Shades of Sulu #C9DC82
Tints of Sulu #C9DC82
RGB
CMYK
RGB Variations
Color information
#C9DC82 (or 0xC9DC82) is known color: Sulu. HEX triplet: C9, DC and 82. RGB value is (201,220,130). Sum of RGB (Red+Green+Blue) = 201+220+130=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC82 is #36237D. Grayscale: #CCCCCC. Windows color (decimal): -3548030 or 8576201. OLE color: 8576201.
HSL color Cylindrical-coordinate representation of color #C9DC82: hue angle of 72.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9DC82 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 130 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.14 |
| HSL | 72.67º | 0.56% | 0.69% | - |
| HSV(B) | 72.67º | 0.41% | 0.86% | - |
| XYZ | 53.71 | 65.22 | 30.88 | - |
| YUV | 204.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 130 | 0.09 | 0 | 0.41 | 0.14 | 72.67 | 0.56 | 0.69 |
| Hex | C9 | DC | 82 | 9 | 0 | 29 | E | 49 | 38 | 45 |
| Octal | 311 | 334 | 202 | 11 | 0 | 51 | 16 | 111 | 70 | 105 |
| Binary | 11001001 | 11011100 | 10000010 | 1001 | 0 | 101001 | 1110 | 1001001 | 111000 | 1000101 |
Color Harmonies of #C9DC82
Complementary color
Monochromatic Colors of #C9DC82
Black with #C9DC82
Text Example
Text Example
White with #C9DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC82; }
p { color: rgb(201,220,130); }
H1.HeaderClassName
{
color: #C9DC82;
}
.AnyTagClassName
{
color: #C9DC82;
}
</style>
background-color css
<style>
a { background-color: #C9DC82; }
a { background-color: rgb(201,220,130); }
div.DivClassName
{
background-color: #C9DC82;
}
.BgClassName
{
background-color: #C9DC82;
}
</style>
border-color css
<style>
span { border-color: #C9DC82; }
span { border-color: rgb(201,220,130); }
td.TdClassName
{
border-color: #C9DC82;
}
.TagClassName
{
border-color: #C9DC82;
}
</style>