Shades of Sulu #C7ED8B
Tints of Sulu #C7ED8B
RGB
CMYK
RGB Variations
Color information
#C7ED8B (or 0xC7ED8B) is known color: Sulu. HEX triplet: C7, ED and 8B. RGB value is (199,237,139). Sum of RGB (Red+Green+Blue) = 199+237+139=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7ED8B is #381274. Grayscale: #D6D6D6. Windows color (decimal): -3674741 or 9170375. OLE color: 9170375.
HSL color Cylindrical-coordinate representation of color #C7ED8B: hue angle of 83.27º 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 #C7ED8B is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 139 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.07 |
| HSL | 83.27º | 0.73% | 0.74% | - |
| HSV(B) | 83.27º | 0.41% | 0.93% | - |
| XYZ | 58.5 | 74.57 | 35.74 | - |
| YUV | 214.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 139 | 0.16 | 0 | 0.41 | 0.07 | 83.27 | 0.73 | 0.74 |
| Hex | C7 | ED | 8B | 10 | 0 | 29 | 7 | 53 | 49 | 4A |
| Octal | 307 | 355 | 213 | 20 | 0 | 51 | 7 | 123 | 111 | 112 |
| Binary | 11000111 | 11101101 | 10001011 | 10000 | 0 | 101001 | 111 | 1010011 | 1001001 | 1001010 |
Color Harmonies of #C7ED8B
Complementary color
Monochromatic Colors of #C7ED8B
Black with #C7ED8B
Text Example
Text Example
White with #C7ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED8B; }
p { color: rgb(199,237,139); }
H1.HeaderClassName
{
color: #C7ED8B;
}
.AnyTagClassName
{
color: #C7ED8B;
}
</style>
background-color css
<style>
a { background-color: #C7ED8B; }
a { background-color: rgb(199,237,139); }
div.DivClassName
{
background-color: #C7ED8B;
}
.BgClassName
{
background-color: #C7ED8B;
}
</style>
border-color css
<style>
span { border-color: #C7ED8B; }
span { border-color: rgb(199,237,139); }
td.TdClassName
{
border-color: #C7ED8B;
}
.TagClassName
{
border-color: #C7ED8B;
}
</style>