Shades of Sulu #C7E07C
Tints of Sulu #C7E07C
RGB
CMYK
RGB Variations
Color information
#C7E07C (or 0xC7E07C) is known color: Sulu. HEX triplet: C7, E0 and 7C. RGB value is (199,224,124). Sum of RGB (Red+Green+Blue) = 199+224+124=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E07C is #381F83. Grayscale: #CDCDCD. Windows color (decimal): -3678084 or 8184007. OLE color: 8184007.
HSL color Cylindrical-coordinate representation of color #C7E07C: hue angle of 75º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7E07C is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 124 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.12 |
| HSL | 75º | 0.62% | 0.68% | - |
| HSV(B) | 75º | 0.45% | 0.88% | - |
| XYZ | 53.85 | 66.91 | 29.15 | - |
| YUV | 205.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 124 | 0.11 | 0 | 0.45 | 0.12 | 75 | 0.62 | 0.68 |
| Hex | C7 | E0 | 7C | B | 0 | 2D | C | 4B | 3E | 44 |
| Octal | 307 | 340 | 174 | 13 | 0 | 55 | 14 | 113 | 76 | 104 |
| Binary | 11000111 | 11100000 | 1111100 | 1011 | 0 | 101101 | 1100 | 1001011 | 111110 | 1000100 |
Color Harmonies of #C7E07C
Complementary color
Monochromatic Colors of #C7E07C
Black with #C7E07C
Text Example
Text Example
White with #C7E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E07C; }
p { color: rgb(199,224,124); }
H1.HeaderClassName
{
color: #C7E07C;
}
.AnyTagClassName
{
color: #C7E07C;
}
</style>
background-color css
<style>
a { background-color: #C7E07C; }
a { background-color: rgb(199,224,124); }
div.DivClassName
{
background-color: #C7E07C;
}
.BgClassName
{
background-color: #C7E07C;
}
</style>
border-color css
<style>
span { border-color: #C7E07C; }
span { border-color: rgb(199,224,124); }
td.TdClassName
{
border-color: #C7E07C;
}
.TagClassName
{
border-color: #C7E07C;
}
</style>