Shades of Sulu #C7ED7D
Tints of Sulu #C7ED7D
RGB
CMYK
RGB Variations
Color information
#C7ED7D (or 0xC7ED7D) is known color: Sulu. HEX triplet: C7, ED and 7D. RGB value is (199,237,125). Sum of RGB (Red+Green+Blue) = 199+237+125=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7ED7D is #381282. Grayscale: #D5D5D5. Windows color (decimal): -3674755 or 8252871. OLE color: 8252871.
HSL color Cylindrical-coordinate representation of color #C7ED7D: hue angle of 80.36º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7ED7D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 125 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.07 |
| HSL | 80.36º | 0.76% | 0.71% | - |
| HSV(B) | 80.36º | 0.47% | 0.93% | - |
| XYZ | 57.54 | 74.19 | 30.69 | - |
| YUV | 212.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 125 | 0.16 | 0 | 0.47 | 0.07 | 80.36 | 0.76 | 0.71 |
| Hex | C7 | ED | 7D | 10 | 0 | 2F | 7 | 50 | 4C | 47 |
| Octal | 307 | 355 | 175 | 20 | 0 | 57 | 7 | 120 | 114 | 107 |
| Binary | 11000111 | 11101101 | 1111101 | 10000 | 0 | 101111 | 111 | 1010000 | 1001100 | 1000111 |
Color Harmonies of #C7ED7D
Complementary color
Monochromatic Colors of #C7ED7D
Black with #C7ED7D
Text Example
Text Example
White with #C7ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED7D; }
p { color: rgb(199,237,125); }
H1.HeaderClassName
{
color: #C7ED7D;
}
.AnyTagClassName
{
color: #C7ED7D;
}
</style>
background-color css
<style>
a { background-color: #C7ED7D; }
a { background-color: rgb(199,237,125); }
div.DivClassName
{
background-color: #C7ED7D;
}
.BgClassName
{
background-color: #C7ED7D;
}
</style>
border-color css
<style>
span { border-color: #C7ED7D; }
span { border-color: rgb(199,237,125); }
td.TdClassName
{
border-color: #C7ED7D;
}
.TagClassName
{
border-color: #C7ED7D;
}
</style>