Shades of Sulu #C7DE70
Tints of Sulu #C7DE70
RGB
CMYK
RGB Variations
Color information
#C7DE70 (or 0xC7DE70) is known color: Sulu. HEX triplet: C7, DE and 70. RGB value is (199,222,112). Sum of RGB (Red+Green+Blue) = 199+222+112=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DE70 is #38218F. Grayscale: #CACACA. Windows color (decimal): -3678608 or 7397063. OLE color: 7397063.
HSL color Cylindrical-coordinate representation of color #C7DE70: hue angle of 72.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7DE70 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 112 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.13 |
| HSL | 72.55º | 0.63% | 0.65% | - |
| HSV(B) | 72.55º | 0.5% | 0.87% | - |
| XYZ | 52.6 | 65.55 | 25.21 | - |
| YUV | 202.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 112 | 0.10 | 0 | 0.50 | 0.13 | 72.55 | 0.63 | 0.65 |
| Hex | C7 | DE | 70 | A | 0 | 32 | D | 49 | 3E | 41 |
| Octal | 307 | 336 | 160 | 12 | 0 | 62 | 15 | 111 | 76 | 101 |
| Binary | 11000111 | 11011110 | 1110000 | 1010 | 0 | 110010 | 1101 | 1001001 | 111110 | 1000001 |
Color Harmonies of #C7DE70
Complementary color
Monochromatic Colors of #C7DE70
Black with #C7DE70
Text Example
Text Example
White with #C7DE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DE70; }
p { color: rgb(199,222,112); }
H1.HeaderClassName
{
color: #C7DE70;
}
.AnyTagClassName
{
color: #C7DE70;
}
</style>
background-color css
<style>
a { background-color: #C7DE70; }
a { background-color: rgb(199,222,112); }
div.DivClassName
{
background-color: #C7DE70;
}
.BgClassName
{
background-color: #C7DE70;
}
</style>
border-color css
<style>
span { border-color: #C7DE70; }
span { border-color: rgb(199,222,112); }
td.TdClassName
{
border-color: #C7DE70;
}
.TagClassName
{
border-color: #C7DE70;
}
</style>