Shades of Sulu #C6E58D
Tints of Sulu #C6E58D
RGB
CMYK
RGB Variations
Color information
#C6E58D (or 0xC6E58D) is known color: Sulu. HEX triplet: C6, E5 and 8D. RGB value is (198,229,141). Sum of RGB (Red+Green+Blue) = 198+229+141=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E58D is #391A72. Grayscale: #D2D2D2. Windows color (decimal): -3742323 or 9299398. OLE color: 9299398.
HSL color Cylindrical-coordinate representation of color #C6E58D: hue angle of 81.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6E58D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 141 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.10 |
| HSL | 81.14º | 0.63% | 0.73% | - |
| HSV(B) | 81.14º | 0.38% | 0.9% | - |
| XYZ | 56.12 | 69.97 | 35.75 | - |
| YUV | 209.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 141 | 0.14 | 0 | 0.38 | 0.10 | 81.14 | 0.63 | 0.73 |
| Hex | C6 | E5 | 8D | E | 0 | 26 | A | 51 | 3F | 49 |
| Octal | 306 | 345 | 215 | 16 | 0 | 46 | 12 | 121 | 77 | 111 |
| Binary | 11000110 | 11100101 | 10001101 | 1110 | 0 | 100110 | 1010 | 1010001 | 111111 | 1001001 |
Color Harmonies of #C6E58D
Complementary color
Monochromatic Colors of #C6E58D
Black with #C6E58D
Text Example
Text Example
White with #C6E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E58D; }
p { color: rgb(198,229,141); }
H1.HeaderClassName
{
color: #C6E58D;
}
.AnyTagClassName
{
color: #C6E58D;
}
</style>
background-color css
<style>
a { background-color: #C6E58D; }
a { background-color: rgb(198,229,141); }
div.DivClassName
{
background-color: #C6E58D;
}
.BgClassName
{
background-color: #C6E58D;
}
</style>
border-color css
<style>
span { border-color: #C6E58D; }
span { border-color: rgb(198,229,141); }
td.TdClassName
{
border-color: #C6E58D;
}
.TagClassName
{
border-color: #C6E58D;
}
</style>