Shades of Sulu #C7ED8D
Tints of Sulu #C7ED8D
RGB
CMYK
RGB Variations
Color information
#C7ED8D (or 0xC7ED8D) is known color: Sulu. HEX triplet: C7, ED and 8D. RGB value is (199,237,141). Sum of RGB (Red+Green+Blue) = 199+237+141=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7ED8D is #381272. Grayscale: #D7D7D7. Windows color (decimal): -3674739 or 9301447. OLE color: 9301447.
HSL color Cylindrical-coordinate representation of color #C7ED8D: hue angle of 83.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7ED8D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 141 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.07 |
| HSL | 83.75º | 0.73% | 0.74% | - |
| HSV(B) | 83.75º | 0.41% | 0.93% | - |
| XYZ | 58.65 | 74.63 | 36.51 | - |
| YUV | 214.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 141 | 0.16 | 0 | 0.41 | 0.07 | 83.75 | 0.73 | 0.74 |
| Hex | C7 | ED | 8D | 10 | 0 | 29 | 7 | 54 | 49 | 4A |
| Octal | 307 | 355 | 215 | 20 | 0 | 51 | 7 | 124 | 111 | 112 |
| Binary | 11000111 | 11101101 | 10001101 | 10000 | 0 | 101001 | 111 | 1010100 | 1001001 | 1001010 |
Color Harmonies of #C7ED8D
Complementary color
Monochromatic Colors of #C7ED8D
Black with #C7ED8D
Text Example
Text Example
White with #C7ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED8D; }
p { color: rgb(199,237,141); }
H1.HeaderClassName
{
color: #C7ED8D;
}
.AnyTagClassName
{
color: #C7ED8D;
}
</style>
background-color css
<style>
a { background-color: #C7ED8D; }
a { background-color: rgb(199,237,141); }
div.DivClassName
{
background-color: #C7ED8D;
}
.BgClassName
{
background-color: #C7ED8D;
}
</style>
border-color css
<style>
span { border-color: #C7ED8D; }
span { border-color: rgb(199,237,141); }
td.TdClassName
{
border-color: #C7ED8D;
}
.TagClassName
{
border-color: #C7ED8D;
}
</style>