Shades of Sulu #C6E785
Tints of Sulu #C6E785
RGB
CMYK
RGB Variations
Color information
#C6E785 (or 0xC6E785) is known color: Sulu. HEX triplet: C6, E7 and 85. RGB value is (198,231,133). Sum of RGB (Red+Green+Blue) = 198+231+133=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6E785 is #39187A. Grayscale: #D2D2D2. Windows color (decimal): -3741819 or 8775622. OLE color: 8775622.
HSL color Cylindrical-coordinate representation of color #C6E785: hue angle of 80.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6E785 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 133 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.09 |
| HSL | 80.2º | 0.67% | 0.71% | - |
| HSV(B) | 80.2º | 0.42% | 0.91% | - |
| XYZ | 56.1 | 70.85 | 32.91 | - |
| YUV | 209.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 133 | 0.14 | 0 | 0.42 | 0.09 | 80.2 | 0.67 | 0.71 |
| Hex | C6 | E7 | 85 | E | 0 | 2A | 9 | 50 | 43 | 47 |
| Octal | 306 | 347 | 205 | 16 | 0 | 52 | 11 | 120 | 103 | 107 |
| Binary | 11000110 | 11100111 | 10000101 | 1110 | 0 | 101010 | 1001 | 1010000 | 1000011 | 1000111 |
Color Harmonies of #C6E785
Complementary color
Monochromatic Colors of #C6E785
Black with #C6E785
Text Example
Text Example
White with #C6E785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E785; }
p { color: rgb(198,231,133); }
H1.HeaderClassName
{
color: #C6E785;
}
.AnyTagClassName
{
color: #C6E785;
}
</style>
background-color css
<style>
a { background-color: #C6E785; }
a { background-color: rgb(198,231,133); }
div.DivClassName
{
background-color: #C6E785;
}
.BgClassName
{
background-color: #C6E785;
}
</style>
border-color css
<style>
span { border-color: #C6E785; }
span { border-color: rgb(198,231,133); }
td.TdClassName
{
border-color: #C6E785;
}
.TagClassName
{
border-color: #C6E785;
}
</style>