Shades of Sulu #C7ED8A
Tints of Sulu #C7ED8A
RGB
CMYK
RGB Variations
Color information
#C7ED8A (or 0xC7ED8A) is known color: Sulu. HEX triplet: C7, ED and 8A. RGB value is (199,237,138). Sum of RGB (Red+Green+Blue) = 199+237+138=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7ED8A is #381275. Grayscale: #D6D6D6. Windows color (decimal): -3674742 or 9104839. OLE color: 9104839.
HSL color Cylindrical-coordinate representation of color #C7ED8A: hue angle of 83.03º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7ED8A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 138 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.07 |
| HSL | 83.03º | 0.73% | 0.74% | - |
| HSV(B) | 83.03º | 0.42% | 0.93% | - |
| XYZ | 58.42 | 74.55 | 35.35 | - |
| YUV | 214.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 138 | 0.16 | 0 | 0.42 | 0.07 | 83.03 | 0.73 | 0.74 |
| Hex | C7 | ED | 8A | 10 | 0 | 2A | 7 | 53 | 49 | 4A |
| Octal | 307 | 355 | 212 | 20 | 0 | 52 | 7 | 123 | 111 | 112 |
| Binary | 11000111 | 11101101 | 10001010 | 10000 | 0 | 101010 | 111 | 1010011 | 1001001 | 1001010 |
Color Harmonies of #C7ED8A
Complementary color
Monochromatic Colors of #C7ED8A
Black with #C7ED8A
Text Example
Text Example
White with #C7ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED8A; }
p { color: rgb(199,237,138); }
H1.HeaderClassName
{
color: #C7ED8A;
}
.AnyTagClassName
{
color: #C7ED8A;
}
</style>
background-color css
<style>
a { background-color: #C7ED8A; }
a { background-color: rgb(199,237,138); }
div.DivClassName
{
background-color: #C7ED8A;
}
.BgClassName
{
background-color: #C7ED8A;
}
</style>
border-color css
<style>
span { border-color: #C7ED8A; }
span { border-color: rgb(199,237,138); }
td.TdClassName
{
border-color: #C7ED8A;
}
.TagClassName
{
border-color: #C7ED8A;
}
</style>