Shades of Sulu #C6DD71
Tints of Sulu #C6DD71
RGB
CMYK
RGB Variations
Color information
#C6DD71 (or 0xC6DD71) is known color: Sulu. HEX triplet: C6, DD and 71. RGB value is (198,221,113). Sum of RGB (Red+Green+Blue) = 198+221+113=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD71 is #39228E. Grayscale: #CACACA. Windows color (decimal): -3744399 or 7462342. OLE color: 7462342.
HSL color Cylindrical-coordinate representation of color #C6DD71: hue angle of 72.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6DD71 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 113 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.13 |
| HSL | 72.78º | 0.61% | 0.65% | - |
| HSV(B) | 72.78º | 0.49% | 0.87% | - |
| XYZ | 52.13 | 64.91 | 25.4 | - |
| YUV | 201.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 113 | 0.10 | 0 | 0.49 | 0.13 | 72.78 | 0.61 | 0.65 |
| Hex | C6 | DD | 71 | A | 0 | 31 | D | 49 | 3D | 41 |
| Octal | 306 | 335 | 161 | 12 | 0 | 61 | 15 | 111 | 75 | 101 |
| Binary | 11000110 | 11011101 | 1110001 | 1010 | 0 | 110001 | 1101 | 1001001 | 111101 | 1000001 |
Color Harmonies of #C6DD71
Complementary color
Monochromatic Colors of #C6DD71
Black with #C6DD71
Text Example
Text Example
White with #C6DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD71; }
p { color: rgb(198,221,113); }
H1.HeaderClassName
{
color: #C6DD71;
}
.AnyTagClassName
{
color: #C6DD71;
}
</style>
background-color css
<style>
a { background-color: #C6DD71; }
a { background-color: rgb(198,221,113); }
div.DivClassName
{
background-color: #C6DD71;
}
.BgClassName
{
background-color: #C6DD71;
}
</style>
border-color css
<style>
span { border-color: #C6DD71; }
span { border-color: rgb(198,221,113); }
td.TdClassName
{
border-color: #C6DD71;
}
.TagClassName
{
border-color: #C6DD71;
}
</style>