Shades of Sulu #C7DC8A
Tints of Sulu #C7DC8A
RGB
CMYK
RGB Variations
Color information
#C7DC8A (or 0xC7DC8A) is known color: Sulu. HEX triplet: C7, DC and 8A. RGB value is (199,220,138). Sum of RGB (Red+Green+Blue) = 199+220+138=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC8A is #382375. Grayscale: #CCCCCC. Windows color (decimal): -3679094 or 9100487. OLE color: 9100487.
HSL color Cylindrical-coordinate representation of color #C7DC8A: hue angle of 75.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7DC8A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 138 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.14 |
| HSL | 75.37º | 0.54% | 0.7% | - |
| HSV(B) | 75.37º | 0.37% | 0.86% | - |
| XYZ | 53.73 | 65.16 | 33.79 | - |
| YUV | 204.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 138 | 0.10 | 0 | 0.37 | 0.14 | 75.37 | 0.54 | 0.7 |
| Hex | C7 | DC | 8A | A | 0 | 25 | E | 4B | 36 | 46 |
| Octal | 307 | 334 | 212 | 12 | 0 | 45 | 16 | 113 | 66 | 106 |
| Binary | 11000111 | 11011100 | 10001010 | 1010 | 0 | 100101 | 1110 | 1001011 | 110110 | 1000110 |
Color Harmonies of #C7DC8A
Complementary color
Monochromatic Colors of #C7DC8A
Black with #C7DC8A
Text Example
Text Example
White with #C7DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC8A; }
p { color: rgb(199,220,138); }
H1.HeaderClassName
{
color: #C7DC8A;
}
.AnyTagClassName
{
color: #C7DC8A;
}
</style>
background-color css
<style>
a { background-color: #C7DC8A; }
a { background-color: rgb(199,220,138); }
div.DivClassName
{
background-color: #C7DC8A;
}
.BgClassName
{
background-color: #C7DC8A;
}
</style>
border-color css
<style>
span { border-color: #C7DC8A; }
span { border-color: rgb(199,220,138); }
td.TdClassName
{
border-color: #C7DC8A;
}
.TagClassName
{
border-color: #C7DC8A;
}
</style>