Shades of Sulu #C9DD83
Tints of Sulu #C9DD83
RGB
CMYK
RGB Variations
Color information
#C9DD83 (or 0xC9DD83) is known color: Sulu. HEX triplet: C9, DD and 83. RGB value is (201,221,131). Sum of RGB (Red+Green+Blue) = 201+221+131=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DD83 is #36227C. Grayscale: #CDCDCD. Windows color (decimal): -3547773 or 8641993. OLE color: 8641993.
HSL color Cylindrical-coordinate representation of color #C9DD83: hue angle of 73.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9DD83 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 131 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.13 |
| HSL | 73.33º | 0.57% | 0.69% | - |
| HSV(B) | 73.33º | 0.41% | 0.87% | - |
| XYZ | 54.04 | 65.77 | 31.32 | - |
| YUV | 204.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 131 | 0.09 | 0 | 0.41 | 0.13 | 73.33 | 0.57 | 0.69 |
| Hex | C9 | DD | 83 | 9 | 0 | 29 | D | 49 | 39 | 45 |
| Octal | 311 | 335 | 203 | 11 | 0 | 51 | 15 | 111 | 71 | 105 |
| Binary | 11001001 | 11011101 | 10000011 | 1001 | 0 | 101001 | 1101 | 1001001 | 111001 | 1000101 |
Color Harmonies of #C9DD83
Complementary color
Monochromatic Colors of #C9DD83
Black with #C9DD83
Text Example
Text Example
White with #C9DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD83; }
p { color: rgb(201,221,131); }
H1.HeaderClassName
{
color: #C9DD83;
}
.AnyTagClassName
{
color: #C9DD83;
}
</style>
background-color css
<style>
a { background-color: #C9DD83; }
a { background-color: rgb(201,221,131); }
div.DivClassName
{
background-color: #C9DD83;
}
.BgClassName
{
background-color: #C9DD83;
}
</style>
border-color css
<style>
span { border-color: #C9DD83; }
span { border-color: rgb(201,221,131); }
td.TdClassName
{
border-color: #C9DD83;
}
.TagClassName
{
border-color: #C9DD83;
}
</style>