Shades of Sulu #C6DD83
Tints of Sulu #C6DD83
RGB
CMYK
RGB Variations
Color information
#C6DD83 (or 0xC6DD83) is known color: Sulu. HEX triplet: C6, DD and 83. RGB value is (198,221,131). Sum of RGB (Red+Green+Blue) = 198+221+131=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD83 is #39227C. Grayscale: #CCCCCC. Windows color (decimal): -3744381 or 8641990. OLE color: 8641990.
HSL color Cylindrical-coordinate representation of color #C6DD83: hue angle of 75.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 #C6DD83 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 131 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.13 |
| HSL | 75.33º | 0.57% | 0.69% | - |
| HSV(B) | 75.33º | 0.41% | 0.87% | - |
| XYZ | 53.24 | 65.36 | 31.28 | - |
| YUV | 203.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 131 | 0.10 | 0 | 0.41 | 0.13 | 75.33 | 0.57 | 0.69 |
| Hex | C6 | DD | 83 | A | 0 | 29 | D | 4B | 39 | 45 |
| Octal | 306 | 335 | 203 | 12 | 0 | 51 | 15 | 113 | 71 | 105 |
| Binary | 11000110 | 11011101 | 10000011 | 1010 | 0 | 101001 | 1101 | 1001011 | 111001 | 1000101 |
Color Harmonies of #C6DD83
Complementary color
Monochromatic Colors of #C6DD83
Black with #C6DD83
Text Example
Text Example
White with #C6DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD83; }
p { color: rgb(198,221,131); }
H1.HeaderClassName
{
color: #C6DD83;
}
.AnyTagClassName
{
color: #C6DD83;
}
</style>
background-color css
<style>
a { background-color: #C6DD83; }
a { background-color: rgb(198,221,131); }
div.DivClassName
{
background-color: #C6DD83;
}
.BgClassName
{
background-color: #C6DD83;
}
</style>
border-color css
<style>
span { border-color: #C6DD83; }
span { border-color: rgb(198,221,131); }
td.TdClassName
{
border-color: #C6DD83;
}
.TagClassName
{
border-color: #C6DD83;
}
</style>