Shades of Sulu #C7DD70
Tints of Sulu #C7DD70
RGB
CMYK
RGB Variations
Color information
#C7DD70 (or 0xC7DD70) is known color: Sulu. HEX triplet: C7, DD and 70. RGB value is (199,221,112). Sum of RGB (Red+Green+Blue) = 199+221+112=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DD70 is #38228F. Grayscale: #CACACA. Windows color (decimal): -3678864 or 7396807. OLE color: 7396807.
HSL color Cylindrical-coordinate representation of color #C7DD70: hue angle of 72.11º degrees, saturation: 0.62, 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 #C7DD70 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 112 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.13 |
| HSL | 72.11º | 0.62% | 0.65% | - |
| HSV(B) | 72.11º | 0.49% | 0.87% | - |
| XYZ | 52.33 | 65.02 | 25.12 | - |
| YUV | 202 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 112 | 0.10 | 0 | 0.49 | 0.13 | 72.11 | 0.62 | 0.65 |
| Hex | C7 | DD | 70 | A | 0 | 31 | D | 48 | 3E | 41 |
| Octal | 307 | 335 | 160 | 12 | 0 | 61 | 15 | 110 | 76 | 101 |
| Binary | 11000111 | 11011101 | 1110000 | 1010 | 0 | 110001 | 1101 | 1001000 | 111110 | 1000001 |
Color Harmonies of #C7DD70
Complementary color
Monochromatic Colors of #C7DD70
Black with #C7DD70
Text Example
Text Example
White with #C7DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD70; }
p { color: rgb(199,221,112); }
H1.HeaderClassName
{
color: #C7DD70;
}
.AnyTagClassName
{
color: #C7DD70;
}
</style>
background-color css
<style>
a { background-color: #C7DD70; }
a { background-color: rgb(199,221,112); }
div.DivClassName
{
background-color: #C7DD70;
}
.BgClassName
{
background-color: #C7DD70;
}
</style>
border-color css
<style>
span { border-color: #C7DD70; }
span { border-color: rgb(199,221,112); }
td.TdClassName
{
border-color: #C7DD70;
}
.TagClassName
{
border-color: #C7DD70;
}
</style>